streamlit-extras
streamlit-extras copied to clipboard
Add local_storage
Add a local_storage
extra for easier interaction with browser localStorage
It's still a bit buggy at times, I get periodic "app resets" (the session_state still exists but widget values get reset) which I can't explain. Like everything gets unmounted. May have to do with the way st_js updates very quickly and some race condition.