Spaces:
Runtime error
Runtime error
File size: 130 Bytes
e186fb5 |
1 2 3 4 5 6 7 8 |
python -m venv --system-site-packages .\venv .\venv\Scripts\activate pip install -r requirements.txt streamlit run app/main.py |