Spaces:
Sleeping
Sleeping
import streamlit as st | |
if st.button("Balloons"): | |
st.balloons() |
import streamlit as st | |
if st.button("Balloons"): | |
st.balloons() |