set working-directory := "../../../.."

# Run evaluation app
default:
    streamlit run src/matchbox/client/eval/ui.py

# Run evaluation app with some mock data
mock:
    uv run python src/matchbox/client/eval/mock_ui.py
