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