streamlit icon indicating copy to clipboard operation
streamlit copied to clipboard

Streamlit β€” A faster way to build and share data apps.

Results 834 streamlit issues
Sort by recently updated
recently updated
newest added

Hi folks, Please, consider the MWE below: ``` import streamlit as st import pandas as pd with st.form(key='form1'): user_input = st.text_input("Insert text") submit = st.form_submit_button("Submit") if submit: st.warning("This part should...

enhancement
st.download_button

#5067 but without the merge conflict

## πŸ“š Context Now that #5076 is merged, we can also improve our emoji handling for multipage apps. This PR does this by using the `ALL_EMOJIS` set to construct a...

### Summary Some of the UTF8 characters in filenames seems to not be recognized, as the page icon is still shown to the left of the utf8 icon. Resulting in...

bug
confirmed 🀝
P2 β›ˆ
multipage app

## πŸ“š Context Our dockerfile had a few issues that prevented it from being successfully built. - The CI image uses an old version of NodeJS which is not compatible...

## πŸ“š Context We use yarn to manage dependencies, but it's sad that we have package-lock.json as well, and it prints warnings. ``` warning package-lock.json found. Your project contains lock...

## πŸ“š Context _Please describe the project or issue background here_ - What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [...

## πŸ“š Context _Please describe the project or issue background here_ - What kind of change does this PR introduce? - [x] Bugfix - [ ] Feature - [ ]...

bug

### Summary Plotly β€˜uirevision’ parameter not working since Streamlit version 1.10.0 onwards. Works well with Streamlit version 1.9.0. It would seem `st.plotly_chart()` is completely refreshing the plotly figure, despite specifying...

bug
needs triage