Skip to content

CalvinJulo/DataSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Steamlit App

Prepare the repository

Tutorial Address https://docs.streamlit.io/library/get-started

  1. Create a repository on GitHub
  2. Add following files:
    • Streamlit app.py
    • requirements.txt

Deploy on Heroku

Deploy streamlit on streamlit cloud from Github

Tutorial Address https://docs.streamlit.io/streamlit-community-cloud/get-started/deploy-an-app

  1. Have an account on Streamlit Community Cloud
  2. Click on the New App button in the Streamlit Cloud dashboard.
  3. Select GitHub as the deployment method and connect your GitHub account to Streamlit Cloud.
    • Select the repository,
    • Choose the branch, (usually the default branch is "main").
    • Set the deployment settings, include the app name
    • Click on the "Create App"
  4. Streamlit Cloud will automatically build and deploy your Streamlit app from the GitHub repository.

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published