I want to write a custom âhurrayâ method like st.balloons, everything the same except flying books instead of balloons. I looked at the code for balloons.py but I donât understand whatâs happening with the BalloonsProto. Can someone walk me (us) through how to create an st.hurray that plugs in a different image or images?
OK, I found the release where it seems to have been added by @thiago.
Let it snow, let it snow, let it snow! (i.e. st.snow!) (#4472) ¡ streamlit/streamlit@d31fd9e ¡ GitHub
I get most of what this is doing (although all this React reminds me why I was so glad to move to 100% Streamlit). So next I guess I want to fork streamlit and work on all these pieces there?
@fredzannarbor you can use âlet emojis rainâ from the streamlit-extras library to accomplish this
https://arnaudmiribel.github.io/streamlit-extras/extras/let_it_rain/
2 Likes
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.