GilbertClaus commited on
Commit
273e921
·
verified ·
1 Parent(s): 89f4698

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,9 +14,9 @@ from others import *
14
  options = ['Youtube', 'Pornhub', 'Iwara', 'Mega', 'Rule34', 'Paipancon', 'Trailer', 'X']
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)
18
 
19
- functions = [youtube, pornhub, iwara, download_youtube, rule34, paipancon, trailer]
20
 
21
  if selected:
22
  index = options.index(selected)
 
14
  options = ['Youtube', 'Pornhub', 'Iwara', 'Mega', 'Rule34', 'Paipancon', 'Trailer', 'X']
15
  with st.sidebar:
16
  selected = option_menu("Video Downloader", options,
17
+ icons=['play', 'fire', 'star', 'moon','gear', 'house', 'lightning', '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)