julien-c HF staff commited on
Commit
9f14ca1
1 Parent(s): 156a6c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -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()