Spaces:
Sleeping
Sleeping
Commit ·
cb82ac3
1
Parent(s): ae12109
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from streamlit_option_menu import option_menu
|
|
| 4 |
# Navigasi Sidebar
|
| 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', '
|
| 8 |
# horizontal Menu
|
| 9 |
selected2 = option_menu(None, ["Home", "Upload", "Tasks", 'Settings'],
|
| 10 |
icons=['house', 'cloud-upload', "list-task", 'gear'],
|
|
|
|
| 4 |
# Navigasi Sidebar
|
| 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', 'bookmarks-fill', 'box-fill', 'bug', 'card-image', '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'],
|