Skip to content

Instantly share code, notes, and snippets.

View andreaschiappacasse's full-sized avatar

Andrea Schiappacasse andreaschiappacasse

View GitHub Profile
@tvst
tvst / SessionState.py
Last active April 14, 2024 20:24
DO NOT USE!!! Try st.session_state instead.
"""Hack to add per-session state to Streamlit.
Usage
-----
>>> import SessionState
>>>
>>> session_state = SessionState.get(user_name='', favorite_color='black')
>>> session_state.user_name
''