Maya Barnes

Results 20 comments of 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...

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

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