-
Notifications
You must be signed in to change notification settings - Fork 6
Streamlit Deployment
Huzefaaa2 edited this page Jan 1, 2026
·
10 revisions
pip install -e .
streamlit run streamlit_app.py- Push the repo to GitHub.
- Create a Streamlit Cloud app.
- Main file:
streamlit_app.py. - Deploy (Streamlit installs dependencies from
requirements.txt).