GilbertClaus commited on
Commit
f4e9c88
·
verified ·
1 Parent(s): 5c93071

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ 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)
18
 
19
- functions = [youtube, pornhub, iwara, download_youtube, rule34, paipancon, trailer, trailer]
20
 
21
  if selected:
22
  index = options.index(selected)
 
16
  selected = option_menu("Video Downloader", options,
17
  icons=['play', 'fire', 'star', 'moon','gear', 'house', 'lightning'], menu_icon="cast", default_index=0)
18
 
19
+ functions = [youtube, pornhub, iwara, download_youtube, rule34, paipancon, trailer]
20
 
21
  if selected:
22
  index = options.index(selected)