Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jnaiman/ShadisClassExample
hyoo14
/
ShadisClassExample_inclass
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4096d6d
ShadisClassExample_inclass
/
Hello.py
jnaiman
example
4096d6d
6 months ago
raw
Copy download link
history
blame
Safe
131 Bytes
import
streamlit
as
st
st.set_page_config(
page_title=
"Hello"
,
page_icon=
"👋"
,
)
st.sidebar.success(
"Select a Page"
)