Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
julien-c
/
hello-world
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4884451
hello-world
/
app.py
julien-c
HF staff
Update app.py
9f14ca1
over 3 years ago
raw
Copy download link
history
blame
Safe
65 Bytes
import
streamlit
as
st
if
st.button(
"Balloons"
):
st.balloons()