Spaces:
Build error
Build error
File size: 277 Bytes
4585d4c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
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
|