Spaces:
Paused
Paused
Commit ·
ab547c1
1
Parent(s): 7a6de33
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ if selected:
|
|
| 18 |
st.title(f"{selected} Video Downloader and Cutter")
|
| 19 |
st.write(f"Potong dan download sebagian video {selected}.")
|
| 20 |
video_link = st.text_input("Link Video", value='https://www.youtube.com/watch?v=ZGltvcmVSAk')
|
| 21 |
-
resolution = st.
|
| 22 |
|
| 23 |
cut = st.checkbox("Potong Video")
|
| 24 |
if cut:
|
|
|
|
| 18 |
st.title(f"{selected} Video Downloader and Cutter")
|
| 19 |
st.write(f"Potong dan download sebagian video {selected}.")
|
| 20 |
video_link = st.text_input("Link Video", value='https://www.youtube.com/watch?v=ZGltvcmVSAk')
|
| 21 |
+
resolution = st.selectbox("Pilih Resolusi", (360, 480, 720), 2)
|
| 22 |
|
| 23 |
cut = st.checkbox("Potong Video")
|
| 24 |
if cut:
|