Spaces:
Paused
Paused
Commit ·
979aaaf
1
Parent(s): 5807824
New
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ from others import *
|
|
| 14 |
options = ['Youtube', 'Pornhub', 'Iwara', 'Mega', 'Rule34', 'Paipancon', 'Trailer', 'Cek Video Penyimpanan']
|
| 15 |
with st.sidebar:
|
| 16 |
selected = option_menu("Video Downloader", options,
|
| 17 |
-
icons=['play', 'fire', 'star', 'moon','gear', 'house', 'lightning', 'circle'], menu_icon="cast", default_index=
|
| 18 |
|
| 19 |
functions = [youtube, pornhub, iwara, download_youtube, rule34, paipancon, trailer, trailer]
|
| 20 |
|
|
|
|
| 14 |
options = ['Youtube', 'Pornhub', 'Iwara', 'Mega', 'Rule34', 'Paipancon', 'Trailer', 'Cek Video Penyimpanan']
|
| 15 |
with st.sidebar:
|
| 16 |
selected = option_menu("Video Downloader", options,
|
| 17 |
+
icons=['play', 'fire', 'star', 'moon','gear', 'house', 'lightning', 'circle'], menu_icon="cast", default_index=8)
|
| 18 |
|
| 19 |
functions = [youtube, pornhub, iwara, download_youtube, rule34, paipancon, trailer, trailer]
|
| 20 |
|