1.1.0 fix config globals
Major issue where I was using globals to store UI state, which is NOT reset by streamlit on each user session !
The fix was to use session_state
as they designed to.
Full Changelog: v1.0.1...v1.1.0
Major issue where I was using globals to store UI state, which is NOT reset by streamlit on each user session !
The fix was to use session_state
as they designed to.
Full Changelog: v1.0.1...v1.1.0