
# Default recipe: list all available recipes
default:
    @just --list

# Run the Streamlit app
app:
    streamlit run app/main.py
