hello-world / app.py
julien-c's picture
julien-c HF staff
Update app.py
9f14ca1
raw
history blame contribute delete
65 Bytes
import streamlit as st
if st.button("Balloons"):
st.balloons()