Spaces:
Paused
Paused
Commit ·
a29262d
1
Parent(s): 3e61cb2
New
Browse files
app.py
CHANGED
|
@@ -11,10 +11,10 @@ from trailer import trailer
|
|
| 11 |
from others import *
|
| 12 |
|
| 13 |
# Navigasi Sidebar
|
| 14 |
-
options = ['Youtube', 'Pornhub', 'Iwara', 'Mega', 'Rule34', 'Paipancon', 'Trailer', 'Cek
|
| 15 |
with st.sidebar:
|
| 16 |
selected = option_menu("Video Downloader", options,
|
| 17 |
-
icons=['play', 'fire', 'star', 'moon','gear', 'house', 'lightning', '
|
| 18 |
|
| 19 |
functions = [youtube, pornhub, iwara, download_youtube, rule34, paipancon, trailer, trailer]
|
| 20 |
|
|
|
|
| 11 |
from others import *
|
| 12 |
|
| 13 |
# Navigasi Sidebar
|
| 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=0)
|
| 18 |
|
| 19 |
functions = [youtube, pornhub, iwara, download_youtube, rule34, paipancon, trailer, trailer]
|
| 20 |
|