TEZv commited on
Commit
dbdba07
·
verified ·
1 Parent(s): 6d4309f

Update app.py

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