--- title: Optimal Screening Decisions emoji: 🐠 colorFrom: yellow colorTo: indigo sdk: gradio sdk_version: 6.14.0 python_version: '3.11' app_file: app.py pinned: false --- Gradio app for writing optimal screening decisions from form inputs. The default form values mirror: ```bash uv run get-optimal-screening configs/example-risk.yaml ``` The app accepts a Hugging Face dataset, an uploaded CSV, or pasted CSV rows. Each run writes a temporary CSV file with an added screening decision column and exposes it through the download button.