Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jnaiman
/
ShadisClassExample
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
adf30a2
ShadisClassExample
/
pages
/
1_Data_Introduction.py
jnaiman
example
4096d6d
6 months ago
raw
Copy download link
history
blame
Safe
168 Bytes
import
streamlit
as
st
st.set_page_config(page_title=
"Introduction to Data"
, page_icon=
":1234:"
)
# not sure what this adds?
st.sidebar.header(
"Introduction to Data"
)