docs
docs copied to clipboard
Source code for the Streamlit Python library documentation
Replace Kapa.ai with Streamlit app using Cortex. **PS: The code should be good enough for review, but this PR is just meant as a demo right now.** **PS2: I merged...
Bumps [axios](https://github.com/axios/axios) from 1.7.5 to 1.8.2. Release notes Sourced from axios's releases. Release v1.8.2 Release notes: Bug Fixes http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2) Contributors to this release...
## 📚 Context Adds a tool to automatically generate screenshots of Streamlit elements for the API reference. ## 🧠 Description of Changes **Revised:** _Insert screenshot of your updated UI/code here_...
## 📚 Context Introduce the Streamlit Playground in Get started. ## 🧠 Description of Changes * Add another page to setup/installation to introduce the Streamlit Playground. * Add a little...
Using mysqlclient is difficult because of the additional dependencies that need to be installed example:pkg-config so pip or pipienv install pymysql use url="mysql+pymysql://username:[email protected]/dbname?charset=utf8mb4" is very easy
Using mysqlclient is difficult because of the additional dependencies that need to be installed example:pkg-config so install pymysql use url="mysql+pymysql://username:[email protected]/dbname?charset=utf8mb4" is very easy
### Summary I was searching for a way to format Text columns, which would be super useful, and the docs say it should be possible on this page: https://docs.streamlit.io/develop/concepts/design/dataframes#format-values but...
### Problem I am Brazilian and I know some developers who are using Streamlit. In Brazil, the minority of people can understand English without the help of translators. I have...
What runs on the server, what is created on the client in terms of the underlying html/javascript, and what is the protocol used for the client and server to communicate?...