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

## 📚 Context _Please describe the project or issue background here_ - What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [...

I use neovis to create an HTML file and open the HTML separately as shown below. ![1660015822291](https://user-images.githubusercontent.com/29837553/183558002-89e34016-e6e3-47de-bac0-26312da4d9bb.jpg) Now I want to embed it in streamlit, but the display content is...

bug
needs triage

### Problem As a user, I'd like to have the ability to vertically align within a container. While vertical alignment is not a problem in single columns, if there are...

type:enhancement
feature:st.columns
status:in-progress

### Summary Using `experimental_memo()` on function with pytz-localized datetime arguments fails ### Steps to reproduce Code snippet: Run this app with streamlit: ```python import datetime import pytz import streamlit as...

bug
needs triage

there are a lot of BI and report tools out there, but all have the same issue, there is no easy way to share a report, usually we end up...

type:enhancement
status:unlikely
area:utilities

## 📚 Context _Please describe the project or issue background here_ - What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [...

onboarding
tests

### Summary app scrolls up when I have tabs after some widgets and switch them ### Steps to reproduce Code snippet: ``` import streamlit as st for i in range(20):...

bug
confirmed 🤝
P2 ⛈
st.tabs

Thanks for implementing the file_uploader widget, I was really looking forward for that. ### Problem My issue is that I expect large files (up to GBs), and thus reading them...

type:enhancement
feature:st.file_uploader
status:likely

I want to be able to show clickable content via st.table() or st.dataframe(). Here is the sample codes: `df = pd.DataFrame(['http://google.com', 'http://duckduckgo.com'])` `def make_clickable(val): return '{}'.format(val,val)` `df.style.format(make_clickable)` refer to [this](https://stackoverflow.com/questions/42263946/how-to-create-a-table-with-clickable-hyperlink-in-pandas-jupyter-notebook)...

enhancement
st.dataframe

The apache-arrow dependency on streamlit-component-lib (ˆ0.17.0) prevents components developers to upgrade react-scripts to 5. (this was reported here https://github.com/streamlit/component-template/issues/23). Please upgrade the dependency on apache-arrow. There are lot of issues...

infra