docs
docs copied to clipboard
Source code for the Streamlit Python library documentation
There was an inconsistent variable name. ## 📚 Context ## 🧠 Description of Changes There was an inconsistent variable name. `stopRunningProcess()` was looking at `APP_PID` variable while `APP_ID` was defined...
**Link to doc page in question (if any):** Both [st.cache_data](https://docs.streamlit.io/library/api-reference/performance/st.cache_data) and [caching](https://docs.streamlit.io/library/advanced-features/caching). **Name of the Streamlit feature whose docs need improvement:** st.cache_data **What you think the docs should say:** The...
## 📚 Context This PR addresses React hydration errors caused by nested anchor tags in the `RefCard` and `ComponentCard` components. ## 🧠 Description of Changes - ComponentCard: - Implements conditional...
## 📚 Context Improving the user experience is paramount. With many pages having a long list of content, it's often helpful for users to have a visual cue on their...
Hello, I would like to see All internal API POST &GET calls that streamlit is performing, I think that this kind of documentation is not provided but would be much...
Firefox has this handy option "Add a Keyword for this search":  I can add `st` as a keyword, but when I type `st dataframe` in Firefox's address bar, nothing...
### 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...
### Problem I am displaying with streamlit some content, and I would like to display some links to markdown titles present on the streamlit page. For instance, the following is...
We occasionally see Streamlit error messages pop up like this one: > Page not found > The page that you have requested does not seem to exist. > Running the...
**Link to doc page in question (if any):** https://github.com/streamlit/docs/blob/main/content/kb/tutorials/deploy/docker.md **Name of the Streamlit feature whose docs need improvement:** Create a Dockerfile **What you think the docs should say:** The `ENTRYPOINT`...