Deploy Streamlit to Digitalocean

Severin,web development

Step 1 - Create Repo

Create a Github Repo or clone my Example (opens in a new tab)

Step 2 - Create Digitalocean App

Create the app and configure

Create App

Step 3 - Edit the Run Command

streamlit run streamlit_app.py --server.port 8080 --server.headless true
Run Command

Step 4 - Deploy and Enjoy

Success