Emiliano Rosso

Results 4 issues of 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...

enhancement

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

enhancement
layout

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

type:enhancement
status:unlikely
area:utilities

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

type:enhancement
feature:st.number_input
feature:st.slider
feature:st.column_config
upstream