Spaces:
Paused
Paused
GilangAlRusliadi commited on
Commit ·
a505952
1
Parent(s): dba9952
App
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ if selected:
|
|
| 29 |
elif selected == 'Iwara' or selected == 'Mega':
|
| 30 |
name = st.text_input("Nama File")
|
| 31 |
video_link = st.text_input("Link Video")
|
| 32 |
-
|
| 33 |
video_link = st.text_input("Link Video")
|
| 34 |
|
| 35 |
cut = st.checkbox("Potong Video")
|
|
|
|
| 29 |
elif selected == 'Iwara' or selected == 'Mega':
|
| 30 |
name = st.text_input("Nama File")
|
| 31 |
video_link = st.text_input("Link Video")
|
| 32 |
+
else:
|
| 33 |
video_link = st.text_input("Link Video")
|
| 34 |
|
| 35 |
cut = st.checkbox("Potong Video")
|