Spaces:
Paused
Paused
Commit ·
529af5e
1
Parent(s): c5e0922
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from other import cut_video, session
|
|
| 8 |
options = ['Youtube', 'Pornhub', 'Iwara', 'Mega', 'Rule34', 'Paipancon', 'Trailer']
|
| 9 |
with st.sidebar:
|
| 10 |
selected = option_menu("Video Downloader", options,
|
| 11 |
-
icons=['play', 'fire', 'star', '
|
| 12 |
|
| 13 |
functions = [youtube, pornhub]
|
| 14 |
|
|
|
|
| 8 |
options = ['Youtube', 'Pornhub', 'Iwara', 'Mega', 'Rule34', 'Paipancon', 'Trailer']
|
| 9 |
with st.sidebar:
|
| 10 |
selected = option_menu("Video Downloader", options,
|
| 11 |
+
icons=['play', 'fire', 'star', 'moon','gear', 'house', 'lightning'], menu_icon="cast", default_index=0)
|
| 12 |
|
| 13 |
functions = [youtube, pornhub]
|
| 14 |
|