-
Notifications
You must be signed in to change notification settings - Fork 4.2k
st.balloons() is not working in streamlit 1.3.0 #4207
Copy link
Copy link
Closed
Labels
status:confirmedBug has been confirmed by the Streamlit teamBug has been confirmed by the Streamlit teamtype:bugSomething isn't working as expectedSomething isn't working as expected
Description
Summary
st.balloons() was working in 1.2.0 version, but not in 1.3.0.
(The st.success text is executing all right on both versions)
Code snippet:
with st.spinner("Analyzing..."):
pass
st.success("Done!")
st.balloons()
Is this a regression?
That is, did this use to work the way you expected in the past?
yes
Debug info
- Streamlit version: 1.3.0
- Python version: 3.9
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status:confirmedBug has been confirmed by the Streamlit teamBug has been confirmed by the Streamlit teamtype:bugSomething isn't working as expectedSomething isn't working as expected