Maya Barnes
Maya Barnes
Hi @ChristophBoerlin 👋🏼 Appreciate your submission, and for helping to make Streamlit better! I was able to confirm the conflict in behavior vs. our `st.number_input` documentation 😓 We will take...
Closing as resolved by PR [#5192]( https://github.com/streamlit/streamlit/pull/5192)
Closing as covered in/duplicate of #1667
Hi @alexfilothodoros, thanks for your submission! I was unable to reproduce, but in the past users have been able to resolve this issue by upgrading their streamlit version. Could you...
Please note - the failing tests are a result of non-matching snapshots. Since this PR & the `st.logo` PR touch a lot of the same components/e2e tests, there will inevitably...
st.selectbox inside of a form still reruns the app when changed (unless inside of a context manager)
See addtl info in closed duplicate: #3255
Did some initial investigation and it looks like the problem is Safari's inherently aggressive caching of favicons. This doesn't interact well with Streamlit's current process which loads with the default...
Redirected issue to community cloud
Thank you all for your input on this issue, it is sincerely appreciated! 😄 Since this is expected behavior for the `st.expander` React component in its current form, we are...
Closing as I've tested on latest `v1.26` and not able to repro with the the below code. Open issue https://github.com/streamlit/streamlit/issues/6257 shows bug with tabs & conditional content. ```python tab_a, tab_b,...