Joshua Carroll
Joshua Carroll
Hi everyone :wave:! The Streamlit team is excited to share a preview for partial reruns, a new feature that provides a whole new level of flexibility and control for your...
Hi folks! 👋 I wanted to preview a new way to define multi-page Streamlit apps and some new features coming to the side navigation. We're aiming to release these updates...
### Summary We are investigating approaches to add native authentication support for Streamlit, as it is one of the top most requested community features. This is a rough proposal for...
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...
Add an `async_load()` decorator for running things in the background separate from the main app execution loop. Uses fragment to poll for when the thread finishes and rerun with the...