Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
itachi-ai
/
somewhere
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
somewhere
/
app.py
itachi-ai
update
52d6b67
verified
12 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
203 Bytes
import
streamlit
as
st
from
admin
import
admin
pg = st.navigation([
st.Page(
"home.py"
, title=
"Home"
, icon=
"🏯"
),
st.Page(admin, title=
"࿋Itachi📍"
, icon=
":material/favorite:"
),
])
pg.run()