streamlit
streamlit copied to clipboard
Streamlit — A faster way to build and share data apps.
## 📚 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.  Now I want to embed it in streamlit, but the display content is...
### 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...
### 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...
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...
## 📚 Context _Please describe the project or issue background here_ - What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [...
### 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):...
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...
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)...
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...