File size: 142 Bytes
61b0513
 
 
 
 
 
1
2
3
4
5
6
7
@echo off
echo Installing requirements...
pip install -r requirements.txt
echo Starting Streamlit App...
streamlit run streamlit_app.py
pause