eea9ae3 fdc8b17 3dd44c2 642ed28 3dd44c2 7d4042b 3dd44c2
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash # 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