GilbertClaus commited on
Commit
ae12109
·
1 Parent(s): 727e927
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -5,3 +5,7 @@ from streamlit_option_menu import option_menu
5
  with st.sidebar:
6
  selected = option_menu("Nekopoi", ['Series', 'NEW Release', 'Beranda', 'Acak', 'Genre', 'Uncensored', '2D', 'L2D', '2D Motion', '3D', 'JAV', 'JAV Cosplay', 'JAV Sub Indo', 'Streaming','Ouo'],
7
  icons=['heart', 'love', 'leave', 'leaf', 'pentagon', 'hexagon', 'septagon', 'octagon', 'triagle', 'rectangle ', 'square', 'lightning', 'house', 'play','circle'], menu_icon="cast", default_index=13)
 
 
 
 
 
5
  with st.sidebar:
6
  selected = option_menu("Nekopoi", ['Series', 'NEW Release', 'Beranda', 'Acak', 'Genre', 'Uncensored', '2D', 'L2D', '2D Motion', '3D', 'JAV', 'JAV Cosplay', 'JAV Sub Indo', 'Streaming','Ouo'],
7
  icons=['heart', 'love', 'leave', 'leaf', 'pentagon', 'hexagon', 'septagon', 'octagon', 'triagle', 'rectangle ', 'square', 'lightning', 'house', 'play','circle'], menu_icon="cast", default_index=13)
8
+ # horizontal Menu
9
+ selected2 = option_menu(None, ["Home", "Upload", "Tasks", 'Settings'],
10
+ icons=['house', 'cloud-upload', "list-task", 'gear'],
11
+ menu_icon="cast", default_index=0, orientation="horizontal")