streamlit-extras icon indicating copy to clipboard operation
streamlit-extras copied to clipboard

Discover, try, install and share Streamlit re-usable bits we call "extras"!

Results 59 streamlit-extras issues
Sort by recently updated
recently updated
newest added

### Description Hi guys, I don't know if this can be helpful, but I've edited the function "add_logo" for the multi-page app, to add also a sort of "title" and...

### Description A typewriter effect! Useful to mock a chat interface, perhaps! ### Minimal code for the extra https://playground.streamlit.app?q=typewriter ### Screenshots ![CleanShot 2023-03-22 at 13 00 57](https://user-images.githubusercontent.com/103658138/226899356-995d4077-d212-4764-8557-611d6c479d52.gif)

new-extra

### Description Stlite playgrounds are disabled for certain extras because they require GET requests to collect a dataset and requests doesn't work by default with pyodide. Fortunately though, there's a...

documentation
enhancement

documentation
enhancement

### Description Would like to have the latest version of streamlit-extras on conda-forge. There's a version on `conda tracker` and `main tracker` but both are `0.2.7` and there's non on...

enhancement

Adds examples and dependencies for [streamlit_qs](https://github.com/Asaurus1/streamlit-qs/) for #144

### Description Hi, I passed a dataframe into dataframe_explorer, in the UI when I try to sort by date columns it raise a warning which indicates a problem in the...

bug

### Description When using dataframe_explorer when filtering text fields, an error is displayed if values with None are caught. In theory, I solved it using the code df["address"].fillna("no data", inplace=True)...

bug

### Description Would be nice to be able to customize the download filename in chart_container. So that, ```py chart_container(data`, filename="test") ``` downloads files "test.csv", "test.parquet" instead of always "data.csv", "data.parquet"....

new-extra