Skip to content

1.1.0 fix config globals

Compare
Choose a tag to compare
@MrLixm MrLixm released this 25 Jul 12:40
· 7 commits to main since this release

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