Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
julien-c
/
hello-world
like
1
Runtime error
App
Files
Files
Community
julien-c
HF staff
commited on
Jul 9, 2021
Commit
9f14ca1
•
1 Parent(s):
156a6c7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import streamlit as st
2
3
-
st.
balloons
()
1
import streamlit as st
2
3
+
if
st.
button
(
"Balloons"
)
:
4
+
st.balloons()