Tutorial Address https://docs.streamlit.io/library/get-started
- Create a repository on GitHub
- Add following files:
- Streamlit app.py
- requirements.txt
Tutorial Address https://docs.streamlit.io/streamlit-community-cloud/get-started/deploy-an-app
- Have an account on Streamlit Community Cloud
- Click on the New App button in the Streamlit Cloud dashboard.
- 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"
- Streamlit Cloud will automatically build and deploy your Streamlit app from the GitHub repository.