diff --git a/README.md b/README.md
index b57cd52..0fad415 100644
--- a/README.md
+++ b/README.md
@@ -53,11 +53,14 @@ print(tokenizer.decode(outputs[0]))
### 🎮 Interactive Demo [WIP]
```bash
-uv run webui/demo.py
+uv run demo/app.py
```
### 🧪 Experimental Scripts
-| Experiment | Data prep | Training | Evaluation | Notes |
-| ------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
-| [Main experiment](scripts/main_exp/) | `uv run bash scripts/main_exp/0-download_data.sh`
`uv run bash scripts/main_exp/gen_data.sh` *(optional, rebuilds from scratch)* | `uv run bash scripts/main_exp/1-train.sh` | `uv run bash scripts/main_exp/eval/