Spaces:
Paused
Paused
Commit ·
7a6de33
1
Parent(s): 9b86cb6
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,5 +31,5 @@ if selected:
|
|
| 31 |
session(video_info, video_file, cut)
|
| 32 |
else:
|
| 33 |
if st.button(f"Download {selected}"):
|
| 34 |
-
video_info, video_file =
|
| 35 |
session(video_info, video_file, cut)
|
|
|
|
| 31 |
session(video_info, video_file, cut)
|
| 32 |
else:
|
| 33 |
if st.button(f"Download {selected}"):
|
| 34 |
+
video_info, video_file = fungsi(video_link, resolution)
|
| 35 |
session(video_info, video_file, cut)
|