update
Browse files
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="
|
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()
|