streamlit
streamlit copied to clipboard
Streamlit β A faster way to build and share data apps.
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...
#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...
## π 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 - [ ]...
### 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...