docs icon indicating copy to clipboard operation
docs copied to clipboard

Source code for the Streamlit Python library documentation

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

**Link to doc page in question (if any):** https://github.com/streamlit/streamlit/wiki/Contributing **Name of the Streamlit feature whose docs need improvement:** installing for web development **What you think the docs should say:** I...

docs
needs triage

### Summary On the hello app, the 'Mapping Demo' causes an error that requires the entire page to be refreshed, changing the demo doesn't solve. ### Steps to reproduce See...

bug
needs triage

Replace Google App Engine, as Cloud Run is the recommended runtime from Google Cloud and has built-in support for Streamlit

## 📚 Context The old version had an issue with the Python 3.12 `E: Unable to locate package software-properties-common` ## 🧠 Description of Changes - Update python version to 12...

The AWS deployment guide from [Toward Data Science](https://towardsdatascience.com/how-to-deploy-a-streamlit-app-using-an-amazon-free-ec2-instance-416a41f69dc3) was moved behind a paywall on [Medium](https://medium.com/data-science/how-to-deploy-a-streamlit-app-using-an-amazon-free-ec2-instance-416a41f69dc3) and thus removed. We should write or find a more formal replacement.

docs
type:tutorial

The Azure deployment guide from [Toward Data Science](https://towardsdatascience.com/deploying-a-streamlit-web-app-with-azure-app-service-1f09a2159743) was moved behind a paywall on [Medium](https://medium.com/data-science/deploying-a-streamlit-web-app-with-azure-app-service-1f09a2159743) and thus removed. A suggested replacement is https://learn.microsoft.com/en-us/answers/questions/1470782/how-to-deploy-a-streamlit-application-on-azure-app, but this appears to be somewhat informal....

docs
type:tutorial

## 📚 Context The medium article linked is IMO inappropriate to be referred to from streamlit doc, because its analysis and workaround to the asyncio hurdle is too arguable: 1....

**Link to doc page in question (if any):** https://docs.streamlit.io/develop/tutorials/authentication/microsoft **Name of the Streamlit feature whose docs need improvement:** Authentication using Microsoft Entra **What you think the docs should say:** This...

docs

## 📚 Context Seems just as likely(?) that someone would be doing the Docker setup on a local machine, not all on a server. ## 🧠 Description of Changes Re-worded...

## 📚 Context I was running into some issues with App Engine, so tried deploying to Cloud Run. Found this tutorial. ## 🧠 Description of Changes Linked to a tutorial...