GilbertClaus commited on
Commit
f26f813
·
1 Parent(s): d719fef
Files changed (2) hide show
  1. README.md +1 -3
  2. app.py +7 -0
README.md CHANGED
@@ -7,6 +7,4 @@ sdk: streamlit
7
  sdk_version: 1.44.1
8
  app_file: app.py
9
  pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
7
  sdk_version: 1.44.1
8
  app_file: app.py
9
  pinned: false
10
+ ---
 
 
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+ from streamlit_option_menu import option_menu
3
+
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', 'love', 'leave', 'leaf', 'pentagon', 'hexagon', 'water', 'star', 'moon', 'gear', 'check', 'lightning', 'house', 'play','circle'], menu_icon="cast", default_index=13)