GilbertClaus commited on
Commit
529af5e
·
1 Parent(s): c5e0922

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', 'star', 'moon','gear', 'house', 'lightning'], menu_icon="cast", default_index=0)
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