Spaces:
Sleeping
Sleeping
| setup: | |
| pip install -r requirements.txt | |
| run: | |
| streamlit run app.py | |
| test: | |
| PYTHONPATH=./app pytest |
| setup: | |
| pip install -r requirements.txt | |
| run: | |
| streamlit run app.py | |
| test: | |
| PYTHONPATH=./app pytest |