Re-Run/Refresh does not update page anymore on 1.24.0, need restart of Streamlit for update to happen

Hey @DarkCSS and @darkb1u3 ! Sorry for the delay from the holiday weekend. Thank you for offering to help test the software. I created a release on GitHub.

https://github.com/kmcgrady/st-playground/releases/download/0.0.1/streamlit-1.24.0-py2.py3-none-any.whl

It’s a Python Wheel File. You can install the wheel file simply with pip install streamlit-1.24.0-py2.py3-none-any.whl so long as the wheel file is in the current directory. You can verify it’s installed by looking at the About Dialog and seeing .PreRelease after the version number.

Let me know if there’s anything else I can do to help.

Hopefully that will help tell you test out the bug. Let me know if it works out.

Also let me know if that config change works as well. That’s good information as well!