docs icon indicating copy to clipboard operation
docs copied to clipboard

Source code for the Streamlit Python library documentation

Results 61 docs issues
Sort by recently updated
recently updated
newest added

### Summary I am trying to use [Socket.IO](https://socket.io/) via [`python-socketio`](https://github.com/miguelgrinberg/python-socketio) to stream logs from my back end to my Streamlit front end. There are a few Streamlit discussions on working...

Created a self-serve post for a commonly encountered "Oh no" error. ## 📚 Context The "Oh no" error is a commonly encountered error in the community. This consolidated self-serve post...

**Link to doc page in question (if any):** https://github.com/streamlit/docs/blob/main/content/kb/tutorials/databases/public-gsheet.md **Name of the Streamlit feature whose docs need improvement:** Any Datasource, Google Sheets in my case. **What you think the docs...

docs

**Link to doc page in question (if any):** Referring to the following threads, there are issues with usage of styles for instance with https://discuss.streamlit.io/t/datepicker-css-style/55392/1 https://discuss.streamlit.io/t/formatting-date-picker/51927 **Name of the Streamlit feature...

docs

**Link to doc page in question (if any):** https://github.com/streamlit/docs/blob/main/content/library/api/widgets/selectbox.md **Name of the Streamlit feature whose docs need improvement:** Selectbox **What you think the docs should say:** It is not clear...

docs

**Link to doc page in question (if any):** https://github.com/streamlit/docs/blob/main/content/library/get-started/create-an-app.md **Name of the Streamlit feature whose docs need improvement:** **What you think the docs should say:** An app screenshot would give...

docs

**Link to doc page in question (if any):** https://docs.streamlit.io/knowledge-base/tutorials/databases/snowflake The snowflake connection docs leave a lot to be desired! 1. we should use the new snowflake UI as a default...

help wanted
docs

**Link to doc page in question (if any):** https://docs.streamlit.io/library/api-reference/layout/st.empty **Name of the Streamlit feature whose docs need improvement:** **What you think the docs should say:** >>> >>> # Replace the...

enhancement
docs

The [Streamlit docs on creating a streaming chatbot](https://docs.streamlit.io/knowledge-base/tutorials/build-conversational-apps#build-a-simple-chatbot-gui-with-streaming) show the following example: ```python for response in client.chat.completions.create( model=st.session_state["openai_model"], messages=[{"role": m["role"], "content": m["content"]} for m in st.session_state.messages], stream=True, ): ```` ...but...

docs
needs triage

**Link to doc page in question (if any):** I read somewhere (and being completely honest, I can no longer find the link) that setting the env var `STREAMLIT_BROWSER_GATHER_USAGE_STATS=false` will disable...

docs
needs triage