24Sureshkumar commited on
Commit
109cf00
·
verified ·
1 Parent(s): 7d49508

Update app.sh

Browse files
Files changed (1) hide show
  1. app.sh +3 -7
app.sh CHANGED
@@ -1,11 +1,7 @@
1
  #!/bin/bash
2
 
3
- # Set up virtual environment
4
- python -m venv venv
5
  source venv/bin/activate
6
 
7
- # Install dependencies
8
- pip install -r requirements.txt
9
-
10
- # Run the Streamlit app
11
- streamlit run app.py
 
1
  #!/bin/bash
2
 
3
+ echo "Activating virtual environment..."
 
4
  source venv/bin/activate
5
 
6
+ echo "Starting Streamlit app..."
7
+ streamlit run app.py