Spaces:
Paused
Paused
GilangAlRusliadi commited on
Commit ·
5306465
1
Parent(s): a505952
App
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ if selected:
|
|
| 22 |
index = options.index(selected)
|
| 23 |
fungsi = functions[index]
|
| 24 |
st.title(f"{selected} Video Downloader and Cutter")
|
| 25 |
-
st.write(f"
|
| 26 |
if selected == 'Youtube' or selected == 'Pornhub':
|
| 27 |
video_link = st.text_input("Link Video", value='https://www.youtube.com/watch?v=ZGltvcmVSAk')
|
| 28 |
resolution = st.selectbox("Pilih Resolusi", (360, 480, 720), 2)
|
|
|
|
| 22 |
index = options.index(selected)
|
| 23 |
fungsi = functions[index]
|
| 24 |
st.title(f"{selected} Video Downloader and Cutter")
|
| 25 |
+
st.write(f"Download dan potong sebagian video {selected}.")
|
| 26 |
if selected == 'Youtube' or selected == 'Pornhub':
|
| 27 |
video_link = st.text_input("Link Video", value='https://www.youtube.com/watch?v=ZGltvcmVSAk')
|
| 28 |
resolution = st.selectbox("Pilih Resolusi", (360, 480, 720), 2)
|