streamlit-extras
streamlit-extras copied to clipboard
Discover, try, install and share Streamlit re-usable bits we call "extras"!
Potentials ideas: * Content * Some sort of dictionary specifying input elements (e.g. `{"username": "text", "password": "password"}`) * Returns the value of input elements on submit
Whenever you feel like it @blackary!
As seen in https://twitter.com/andrejusb/status/1578099977036779520?s=46&t=MFCVxxXAuuu-icifGbq5KA and see slack thread
See https://www.notion.so/streamlit/Diagrams-Streamlit-870ea95f1f3742f3a200054c94cadc6a
A concurrency limiter decorator could be used to limit the concurrent execution of functions. Could be useful for heavy computation/memory tasks, or when a task to requests to API with...
Add a new component to `streamlit-extras`. ✅ Passed `poetry run pytest` ✅ Passed `pre-commit install` More infos about the `st-theme`: https://github.com/gabrieltempass/streamlit-theme
### Description The main script path is hardcoded in `switch_page_button/__init__.py` It will always lead to a `RerunException` if the main script is renamed. Page switching still works, however the expection...
# Changes [Preview docs](https://deploy-preview-217--phenomenal-crepe-0effec.netlify.app/) - You can now hit "Edit in playground" to try out an extra with source code in Streamlit playground - Refactored extras metadata to merge `__experimental_playground__`...
### Description I want to keep using streamlit_extras in my application. I'm particularly interested by the stateful button widget, but it seems that it - still - uses st.experimental_rerun(). Using...
This pull request introduces enhancements to the add_logo function, enabling users to: 1. Add a title and subtitle to the logo on the navigation page of a multipage app, providing...