GilangAlRusliadi commited on
Commit
5306465
·
1 Parent(s): a505952
Files changed (1) hide show
  1. app.py +1 -1
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"Potong dan download 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)
 
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)