Spaces:
Paused
Paused
GilangAlRusliadi commited on
Commit ·
d86b9be
1
Parent(s): 4925567
Iwara
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from trailer import trailer
|
|
| 11 |
from others import *
|
| 12 |
|
| 13 |
# Navigasi Sidebar
|
| 14 |
-
options = ['Youtube', 'Pornhub
|
| 15 |
with st.sidebar:
|
| 16 |
selected = option_menu("Video Downloader", options,
|
| 17 |
icons=['play', 'fire', 'star', 'moon','gear', 'house', 'lightning'], menu_icon="cast", default_index=0)
|
|
|
|
| 11 |
from others import *
|
| 12 |
|
| 13 |
# Navigasi Sidebar
|
| 14 |
+
options = ['Youtube', 'Pornhub', 'Iwara', 'Mega', 'Rule34', 'Paipancon', 'Trailer']
|
| 15 |
with st.sidebar:
|
| 16 |
selected = option_menu("Video Downloader", options,
|
| 17 |
icons=['play', 'fire', 'star', 'moon','gear', 'house', 'lightning'], menu_icon="cast", default_index=0)
|