Spaces:
Build error
Build error
| set shell := ["sh", "-c"] | |
| set windows-shell := ["powershell.exe", "-NoLogo", "-Command"] | |
| #set allow-duplicate-recipe | |
| #set positional-arguments | |
| set dotenv-filename := ".env" | |
| set export | |
| import? "local.justfile" | |
| setup: | |
| uv pip install . | |
| run: | |
| uv run streamlit run app.py | |