streamlit
streamlit copied to clipboard
Streamlit — A faster way to build and share data apps.
`st.data_editor` doesn’t return the input value unless you press Enter or click outside the editor
### 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...
### 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...
## Describe your changes ### Problem Previously, st.multiselect ignored the placeholder parameter when the options list was empty and accept_new_options=True, always showing backend-generated text instead of respecting user-provided placeholders. ###...
## Describe your changes After some previous refactors of width handling by @sfc-gh-bnisco and @sfc-gh-lwilby , we can simplify the width styling in CameraInput to use CSS styles instead of...
## Describe your changes ## GitHub Issue Link (if applicable) ## Testing Plan - Explanation of why no additional tests are needed - Unit Tests (JS and/or Python) - E2E...
### 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 If you...
## Describe your changes ## GitHub Issue Link (if applicable) - Closes https://github.com/streamlit/streamlit/issues/11424 ## Testing Plan - Explanation of why no additional tests are needed - Unit Tests (JS and/or...
## Describe your changes Added shorthand flags for common Streamlit CLI options to improve usability and reduce verbosity. The new shorthand flags include: - `-hd` for `--server.headless` - `-r` for...
### Problem I'm frustrated because I cannot customise a page so it is visually the same as other pages in my application. I would like to be able to replace...
Bumps the vega group with 3 updates in the /frontend directory: [vega](https://github.com/vega/vega), [vega-embed](https://github.com/vega/vega-embed) and [vega-lite](https://github.com/vega/vega-lite). Updates `vega` from 5.33.0 to 6.1.2 Release notes Sourced from vega's releases. v6.0.0 changes since...