itachi-ai commited on
Commit
245e982
·
verified ·
1 Parent(s): b73d72d
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -1,9 +1,9 @@
1
- import streamlit as st
2
- from admin import admin
3
-
4
- pg = st.navigation([
5
- st.Page("home.py", title="Home", icon="🔥"),
6
- st.Page(admin, title="Itachi", icon=":material/favorite:"),
7
- ])
8
-
9
  pg.run()
 
1
+ import streamlit as st
2
+ from admin import admin
3
+
4
+ pg = st.navigation([
5
+ st.Page("home.py", title="🏯", icon="🔥"),
6
+ st.Page(admin, title="Itachi📍", icon=":material/favorite:"),
7
+ ])
8
+
9
  pg.run()