GilbertClaus commited on
Commit
a29262d
·
1 Parent(s): 3e61cb2
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,10 +11,10 @@ from trailer import trailer
11
  from others import *
12
 
13
  # Navigasi Sidebar
14
- options = ['Youtube', 'Pornhub', 'Iwara', 'Mega', 'Rule34', 'Paipancon', 'Trailer', 'Cek Konversi']
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
 
 
11
  from others import *
12
 
13
  # Navigasi Sidebar
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