Skip to content

st.balloons() is not working in streamlit 1.3.0 #4207

@RohanKaran

Description

@RohanKaran

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    status:confirmedBug has been confirmed by the Streamlit teamtype:bugSomething isn't working as expected

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions