jrieke / streamlit-analytics

👀 Track & visualize user interactions with your streamlit app
MIT License
262 stars 48 forks source link

session_state.py fix for streamlit >=1.8 #18

Closed mklasby closed 1 year ago

mklasby commented 2 years ago

session_state.py edits that seek to unify the various changes from streamlit 0.65 up to 1.8.1. Incorporates version parsing directly to reduce reliance on try / except blocks.

jrieke commented 1 year ago

Hey, thanks for the PR! I decided to implement Streamlit's built-in st.session_state now (which is released since a year), so this is obsolete.