Skip to content

Instantly share code, notes, and snippets.

View feliperoque's full-sized avatar
🕶️
Working from home

Felipe Roque de Albuquerque Neto feliperoque

🕶️
Working from home
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
''