Emiliano Rosso
Emiliano Rosso
### Problem As a user : I want to specify the browser for my Streamlit reports rather than using the OS default ### Solution **MVP:** Adding a config to set...
### Problem As a user I would like to show some specific data within a modal ### Solution https://baseweb.design/components/modal/ ### Additional context User question: https://github.com/streamlit/streamlit/issues/1337
### Problem There is no way of focusing an element in order to prevent scrolling after report changes. ### Solution **MVP:** st.scroll_to(id) **Possible additions:** Instead of passing an id ,...
### Problem *As a user:* I want to format my number as I do with Python. For example: ```python x = 1000000 print(f"{x:,}") # 1,000,000 ``` ### Additional context https://discuss.streamlit.io/t/format-integer-with-comma-using-python-printf/2344...