# Set up virtual environment | |
python -m venv venv | |
source venv/bin/activate | |
# Install dependencies | |
pip install -r requirements.txt | |
# Run the Streamlit app | |
streamlit run app.py |
# Set up virtual environment | |
python -m venv venv | |
source venv/bin/activate | |
# Install dependencies | |
pip install -r requirements.txt | |
# Run the Streamlit app | |
streamlit run app.py |