Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dipsmom
/
bonbibi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
bonbibi
/
app.py
dipsmom
Update app.py
7640b10
verified
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
174 Bytes
# app.py
import
streamlit
as
st
# Header
st.title(
"Simple Streamlit App"
)
# Subheader
st.subheader(
"This is a demo of a Streamlit app with just a header and subheader."
)