Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ ACC2 = "#38bdf8"
|
|
| 17 |
TXT = "#f1f5f9"
|
| 18 |
GRN = "#22c55e"
|
| 19 |
RED = "#ef4444"
|
| 20 |
-
DIM = "#
|
| 21 |
|
| 22 |
LOG_PATH = Path("/tmp/lab_journal.csv")
|
| 23 |
|
|
@@ -387,7 +387,7 @@ MAP_HTML = f"""
|
|
| 387 |
├─ <b>S1-R12c</b> UVM toolkit (GNAQ/GNA11) <span style="color:{DIM}">🔴</span><br>
|
| 388 |
└─ <b>S1-R12d</b> pAML toolkit (FLT3-ITD) <span style="color:{DIM}">🔴</span><br>
|
| 389 |
<br>
|
| 390 |
-
<span style="color:{DIM};font-size:
|
| 391 |
✅ Active in this demo · 🔶 In progress · 🔴 Planned / Frontier<br>
|
| 392 |
⭐ = gap research (0–1 prior studies globally) · * = tissue proxy, plasma validation pending
|
| 393 |
</span>
|
|
|
|
| 17 |
TXT = "#f1f5f9"
|
| 18 |
GRN = "#22c55e"
|
| 19 |
RED = "#ef4444"
|
| 20 |
+
DIM = "#8e9bae"
|
| 21 |
|
| 22 |
LOG_PATH = Path("/tmp/lab_journal.csv")
|
| 23 |
|
|
|
|
| 387 |
├─ <b>S1-R12c</b> UVM toolkit (GNAQ/GNA11) <span style="color:{DIM}">🔴</span><br>
|
| 388 |
└─ <b>S1-R12d</b> pAML toolkit (FLT3-ITD) <span style="color:{DIM}">🔴</span><br>
|
| 389 |
<br>
|
| 390 |
+
<span style="color:{DIM};font-size:12px">
|
| 391 |
✅ Active in this demo · 🔶 In progress · 🔴 Planned / Frontier<br>
|
| 392 |
⭐ = gap research (0–1 prior studies globally) · * = tissue proxy, plasma validation pending
|
| 393 |
</span>
|