GilbertClaus commited on
Commit
979aaaf
·
1 Parent(s): 5807824
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from others import *
14
  options = ['Youtube', 'Pornhub', 'Iwara', 'Mega', 'Rule34', 'Paipancon', 'Trailer', 'Cek Video Penyimpanan']
15
  with st.sidebar:
16
  selected = option_menu("Video Downloader", options,
17
- icons=['play', 'fire', 'star', 'moon','gear', 'house', 'lightning', 'circle'], menu_icon="cast", default_index=0)
18
 
19
  functions = [youtube, pornhub, iwara, download_youtube, rule34, paipancon, trailer, trailer]
20
 
 
14
  options = ['Youtube', 'Pornhub', 'Iwara', 'Mega', 'Rule34', 'Paipancon', 'Trailer', 'Cek Video Penyimpanan']
15
  with st.sidebar:
16
  selected = option_menu("Video Downloader", options,
17
+ icons=['play', 'fire', 'star', 'moon','gear', 'house', 'lightning', 'circle'], menu_icon="cast", default_index=8)
18
 
19
  functions = [youtube, pornhub, iwara, download_youtube, rule34, paipancon, trailer, trailer]
20