Hack to add per-session state to Streamlit.
Based on: https://gist.github.com/tvst/036da038ab3e999a64497f42de966a92
- CUSTOM_STREAMLIT_CSS
get_current_session() → ReportSession
get_session_state(**kwargs: Any) → SessionState
Gets a SessionState object for the current session.
Creates a new object if necessary.
__init__(**kwargs: Any) → None
A new SessionState object.
clear() → None
This file was automatically generated via lazydocs.