arnaudmiribel / streamlit-extras

Discover, try, install and share Streamlit re-usable bits we call "extras"!
https://extras.streamlit.app
Apache License 2.0
669 stars 117 forks source link

st.experimental_rerun() will e removed soon and is used in stateful_button #218

Open ylaxor opened 5 months ago

ylaxor commented 5 months ago

Description

I want to keep using streamlit_extras in my application. I'm particularly interested by the stateful button widget, but it seems that it - still - uses st.experimental_rerun(). Using it raises the following warning: st.experimental_rerun will be removed after 2024-04-01. Would it be possible to update that line of code and put st.rerun() instead in a newer pip-installable package ? Thanks in advance.