Spaces:
Paused
Paused
Commit ·
9b86cb6
1
Parent(s): b3b0d73
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ with st.sidebar:
|
|
| 10 |
selected = option_menu("Video Downloader", options,
|
| 11 |
icons=['play', 'fire', 'star', 'star', 'moon','gear', 'lightning'], menu_icon="cast", default_index=0)
|
| 12 |
|
| 13 |
-
functions = [
|
| 14 |
|
| 15 |
if selected:
|
| 16 |
index = options.index(selected)
|
|
|
|
| 10 |
selected = option_menu("Video Downloader", options,
|
| 11 |
icons=['play', 'fire', 'star', 'star', 'moon','gear', 'lightning'], menu_icon="cast", default_index=0)
|
| 12 |
|
| 13 |
+
functions = [youtube, pornhub]
|
| 14 |
|
| 15 |
if selected:
|
| 16 |
index = options.index(selected)
|