Spaces:
Running
Running
# Source conda to enable 'conda activate' | |
source "$(conda info --base)/etc/profile.d/conda.sh" | |
conda activate medkgc | |
# Install dependencies | |
pip install -r requirements.txt | |
# Start the Streamlit app | |
streamlit run app.py |