Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Tuana
/
find-the-animal
like
7
Runtime error
App
Files
Files
Community
3fc3986
find-the-animal
/
pages
/
2_⚙️_Settings.py
Tuana
re-intro of emojis in pages dir
9931ef7
almost 2 years ago
raw
Copy download link
history
blame
Safe
118 Bytes
import
streamlit
as
st
from
utils.frontend
import
build_sidebar
build_sidebar()
st.write(
"This is the settings page"
)