NMRLipids / Databank

NMRlipids databank
GNU General Public License v3.0
3 stars 30 forks source link

StreamlitApp #167

Open lolicato opened 11 months ago

lolicato commented 11 months ago

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.