Strange and Subtle Refresh Streamlit Bugs

Hey @Yasha,

Answering to your questions:

  1. Streamlit does a rerun everytime that is some change either in the script or a change made by the user within the App. There are some cases that you could need to store the state between reruns you could solve that using st.cache or “Session State” like is shown in this discussion

  2. We are going to be needing an example to try it out

Please let us know if this helps you

1 Like