Par-ity_Project / run_streamlit.sh
Emily Chen
initial commit
a422282
raw
history blame contribute delete
193 Bytes
#!/bin/bash
# Activate the virtual environment
source .venv/bin/activate
# Run the Streamlit app
streamlit run app/streamlit_app.py
# Deactivate the virtual environment when done
deactivate