Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StreamlitApp #167

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

StreamlitApp #167

wants to merge 2 commits into from

Conversation

lolicato
Copy link

@lolicato lolicato commented Dec 6, 2023

To deploy your Streamlit app to Streamlit Cloud, follow these steps:

  1. Navigate to app directory:
cd StreamlitApp
  1. Install the required packages listed in your requirements.txt file:
pip install -r requirements.txt
  1. Run your Streamlit app locally:
streamlit run app.py

This will open the app in a web browser, allowing you to test it.

  1. In the top right corner of the Streamlit app (in the web browser), click on the "deploy" button.
  2. Follow the instructions provided to deploy your app to Streamlit Cloud.

This will make your Streamlit app accessible on the web via Streamlit Cloud.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant