streamlit icon indicating copy to clipboard operation
streamlit copied to clipboard

Streamlit — A faster way to build and share data apps.

Results 834 streamlit issues
Sort by recently updated
recently updated
newest added

There are several reasons why a user might hit a streamlit app and then get stuck forever at the "Please wait..." view. Maybe CORS isn't configured? Maybe `browser.serverAddress` is misconfigured?...

type:enhancement
area:server

### Problem When using Streamlit React, I need my Streamlit-Connected component (`withStreamlitConnection(foobar)`) to forward the props it receives from higher up in the react tree. (I put generic wrappers around...

type:enhancement
feature:custom-components

### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary `BaseComponentRegistry.register_component` is...

type:enhancement
feature:custom-components

### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient...

type:bug
area:frontend
status:confirmed
priority:P3

I was curious to know if there was a certain keyboard combination that I could press to automatically open all of the containers at once. I did not see anything...

type:enhancement
feature:st.json

## Describe your changes This creates a new configuration option, server.prompt, which controls if the "Welcome to Streamlit!" prompt is shown (and email is asked for and ~/.streamlit folder is...

change:feature
impact:users

## Describe your changes Added `st.json_editor()` widget. This new widget allows user to dynamically edit jsonData directly on browser. To create the editor in frontend, we integrated the following React...

change:feature
impact:users
status:needs-product-approval

## Describe your changes Styles to handle `height="stretch"` for `st.code` and `st.form` elements when they are in a fixed height container. Styles to handle `height=int` in vertical layouts with other...

## Describe your changes This pull request introduces a new `show_time` parameter across multiple caching APIs in Streamlit. The `show_time` parameter allows users to display elapsed time alongside spinner text,...

change:feature
impact:users

## Describe your changes Messed up while rebasing PR #11267 so I made a new branch with the same changes. ## GitHub Issue Link (if applicable) #10910 ## Testing Plan...

security-assessment-completed
change:feature
impact:users