GilbertClaus commited on
Commit
9b86cb6
·
1 Parent(s): b3b0d73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = [yt_down, ph_down]
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)