GilangAlRusliadi commited on
Commit
a505952
·
1 Parent(s): dba9952
Files changed (1) hide show
  1. app.py +1 -1
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
- elif selected == 'Iwara' or selected == 'Mega':
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")