cmayoracurzio
cmayoracurzio
### 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...
**Is your feature request related to a current problem? Please describe.** Moving Average (MA) is used as a "baseline model" in many time-series forecasting use cases. With the current darts...
Hi everyone, I find that **importing the darts library is rather slow (i.e. a few seconds, but more than one would like). Is there a way to speed this up?**...
## Please describe your changes Simple PR to fix docs, with regards to the keyboard shortcut for strikethrough text formatting. ## How did you accomplish your changes Simple markdown editing...
### Summary - When using the `st.selectbox`, you cannot highlight the text of the current selection and delete it at once (e.g., using backspace key). - Sometimes it lets you...
Make `st.selectbox` dropdown re-open at position of last selected option, not at the top every time
### Problem When using a `st.selectbox` widget with many options, the dropdown always reopens at the top, even if the last selected option is somewhere down in the list of...