File size: 142 Bytes
100fb60 | 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
|
100fb60 | 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
|