GilbertClaus commited on
Commit
ab547c1
·
1 Parent(s): 7a6de33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.text_input("Resolusi", value='720')
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: