streamlit-extras icon indicating copy to clipboard operation
streamlit-extras copied to clipboard

Discover, try, install and share Streamlit re-usable bits we call "extras"!

Results 59 streamlit-extras issues
Sort by recently updated
recently updated
newest added

### Description I'm working on adding a new extra and when I'm testing it out using `streamlit run gallery/streamlit_app.py` it throws this error! ( *please refer screenshot* ) - New...

bug

Would be great to have an extra that makes an app play well with GitHub, and: - adds a sticky github button to reach the source code of an app...

new-extra

Just takes markdown, or perhaps markdownlit

new-extra

### Description Need to nest row into st.container ### Reproduction steps ```bash VectorStoreListContainer = st.container(border=True) no way to add row2 = row([2, 4, 1], vertical_align="bottom") row2.button("Send", use_container_width=True) row2.button("Send2", use_container_width=True) row2.button("Send3",...

bug

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...

### Description I'd like to add text to the bottom of the sidebar. However, putting a bottom container in the sidebar, moves the container to the bottom of the content...

bug

### Description The add_logo function does not work with the st_pages package. The logo overlaps the multipage menu items. ### Reproduction steps ```bash 1. add a pages.toml 2. run st_page.show_pages_from_config(".streamlit/pages.toml")...

bug