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

## Describe your changes Currently the properties in the `window.__streamlit` are read on-demand - this PR makes this more secure by creating a module that captures all values once at...

security-assessment-completed
impact:internal
change:refactor

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

type:enhancement
feature:st.file_uploader

## Describe your changes Our current theme hashing only handles top level `[theme]` properties in calculating the theme hash to determine whether theme has been updated. This was sufficient prior...

security-assessment-completed
change:refactor
impact:users

Hi, 1. For the File_uploader widget in streamlit, I would like to display the browsed files using the scroll bar. But seems that the file elements are being tied to...

type:enhancement
feature:st.file_uploader

## Describe your changes Added individual heading font size and weight properties to the StreamlitTheme interface. This enhances the theme by providing direct access to specific heading levels (1-6) rather...

security-assessment-completed
change:feature
impact:users

## Describe your changes This PR fixes an issue where the copy-to-clipboard button in `st.code` blocks would overlap with long lines of code, making the code underneath unreadable or inaccessible....

change:bugfix
impact:users

## Describe your changes Vendors in the [sprintf-js](https://github.com/alexei/sprintf.js) library (only a single file) and modifies it slightly to support setting the thousand separator in the [python printf format](https://www.w3schools.com/python/python_string_formatting.asp): ``` 1234.56...

security-assessment-completed
change:feature
impact:users

## Describe your changes Store the OIDC auth response in a cookie and expose them to users for API calls Currently, from user perspective, `st.user` gets an extra field called...

security-assessment-completed
change:feature
impact:users

## Describe your changes Fixes the spec template header to use a proper parseable format (which is already supported by our spec renderer) --- **Contribution License Agreement** By submitting this...

security-assessment-completed
change:other
impact:internal

## Describe your changes Implements the option to run Streamlit via starlette+uvicorn as an alternative to tornado via `--server.useStarlett`. ## GitHub Issue Link (if applicable) - https://github.com/streamlit/streamlit/issues/439 - https://github.com/streamlit/streamlit/issues/861 -...

security-assessment-completed
do-not-merge
change:feature
impact:users