kadabengaran's picture
initial commit
e186fb5
raw
history blame contribute delete
130 Bytes
python -m venv --system-site-packages .\venv
.\venv\Scripts\activate
pip install -r requirements.txt
streamlit run app/main.py