Update app.py
Browse files
app.py
CHANGED
|
@@ -470,7 +470,7 @@ with gr.Blocks(css=css, title="K R&D Lab · S1 Biomedical") as demo:
|
|
| 470 |
gr.HTML(MAP_HTML)
|
| 471 |
|
| 472 |
# ── 🧬 S1-A · PHYLO-GENOMICS ───────────────────────
|
| 473 |
-
with gr.TabItem("🧬 PHYLO-GENOMICS"):
|
| 474 |
gr.HTML(section_header(
|
| 475 |
"S1-A", "PHYLO-GENOMICS", "— What breaks in DNA",
|
| 476 |
"S1-R1 OpenVariant ✅ · S1-R1b Somatic classifier 🔶 · S1-R12a Rare variants 🔴"
|
|
@@ -499,7 +499,7 @@ with gr.Blocks(css=css, title="K R&D Lab · S1 Biomedical") as demo:
|
|
| 499 |
gr.Markdown("> This module is in active development. Coming in the next release.")
|
| 500 |
|
| 501 |
# ── 🔬 S1-B · PHYLO-RNA ────────────────────────────
|
| 502 |
-
with gr.TabItem("🔬 PHYLO-RNA"):
|
| 503 |
gr.HTML(section_header(
|
| 504 |
"S1-B", "PHYLO-RNA", "— How to silence it via RNA",
|
| 505 |
"S1-R2 miRNA ✅ · S1-R3 siRNA ✅ · S1-R4 lncRNA ✅ · S1-R4b ASO ✅"
|
|
@@ -533,7 +533,7 @@ with gr.Blocks(css=css, title="K R&D Lab · S1 Biomedical") as demo:
|
|
| 533 |
b3.click(get_lncrna, [], [o3a, o3b])
|
| 534 |
|
| 535 |
# ── 💊 S1-C · PHYLO-DRUG ───────────────────────────
|
| 536 |
-
with gr.TabItem("💊 PHYLO-DRUG"):
|
| 537 |
gr.HTML(section_header(
|
| 538 |
"S1-C", "PHYLO-DRUG", "— Which molecule treats it",
|
| 539 |
"S1-R5 FGFR3 ✅ · S1-R5b SL drug mapping 🔶 · S1-R13 m6A×Ferroptosis×Circadian 🔴⭐"
|
|
@@ -562,7 +562,7 @@ with gr.Blocks(css=css, title="K R&D Lab · S1 Biomedical") as demo:
|
|
| 562 |
)
|
| 563 |
|
| 564 |
# ── 🧪 S1-D · PHYLO-LNP ────────────────────────────
|
| 565 |
-
with gr.TabItem("🧪 PHYLO-LNP"):
|
| 566 |
gr.HTML(section_header(
|
| 567 |
"S1-D", "PHYLO-LNP", "— How to deliver the drug to the cell",
|
| 568 |
"S1-R6 Corona ✅ · S1-R7 Flow ✅ · S1-R8 Brain ✅ · S1-R10 NLP ✅ · S1-R11 CSF/BM 🔴⭐"
|
|
@@ -635,7 +635,7 @@ with gr.Blocks(css=css, title="K R&D Lab · S1 Biomedical") as demo:
|
|
| 635 |
)
|
| 636 |
|
| 637 |
# ── 🩸 S1-E · PHYLO-BIOMARKERS ─────────────────────
|
| 638 |
-
with gr.TabItem("🩸 PHYLO-BIOMARKERS"):
|
| 639 |
gr.HTML(section_header(
|
| 640 |
"S1-E", "PHYLO-BIOMARKERS", "— Detect cancer without tissue biopsy",
|
| 641 |
"S1-R9 Liquid Biopsy ✅ · S1-R9b Panel validator 🔶 · S1-R9c ctDNA gap 🔴"
|
|
|
|
| 470 |
gr.HTML(MAP_HTML)
|
| 471 |
|
| 472 |
# ── 🧬 S1-A · PHYLO-GENOMICS ───────────────────────
|
| 473 |
+
with gr.TabItem("🧬 S1-A PHYLO-GENOMICS"):
|
| 474 |
gr.HTML(section_header(
|
| 475 |
"S1-A", "PHYLO-GENOMICS", "— What breaks in DNA",
|
| 476 |
"S1-R1 OpenVariant ✅ · S1-R1b Somatic classifier 🔶 · S1-R12a Rare variants 🔴"
|
|
|
|
| 499 |
gr.Markdown("> This module is in active development. Coming in the next release.")
|
| 500 |
|
| 501 |
# ── 🔬 S1-B · PHYLO-RNA ────────────────────────────
|
| 502 |
+
with gr.TabItem("🔬 S1-B PHYLO-RNA"):
|
| 503 |
gr.HTML(section_header(
|
| 504 |
"S1-B", "PHYLO-RNA", "— How to silence it via RNA",
|
| 505 |
"S1-R2 miRNA ✅ · S1-R3 siRNA ✅ · S1-R4 lncRNA ✅ · S1-R4b ASO ✅"
|
|
|
|
| 533 |
b3.click(get_lncrna, [], [o3a, o3b])
|
| 534 |
|
| 535 |
# ── 💊 S1-C · PHYLO-DRUG ───────────────────────────
|
| 536 |
+
with gr.TabItem("💊 S1-C PHYLO-DRUG"):
|
| 537 |
gr.HTML(section_header(
|
| 538 |
"S1-C", "PHYLO-DRUG", "— Which molecule treats it",
|
| 539 |
"S1-R5 FGFR3 ✅ · S1-R5b SL drug mapping 🔶 · S1-R13 m6A×Ferroptosis×Circadian 🔴⭐"
|
|
|
|
| 562 |
)
|
| 563 |
|
| 564 |
# ── 🧪 S1-D · PHYLO-LNP ────────────────────────────
|
| 565 |
+
with gr.TabItem("🧪 S1-D PHYLO-LNP"):
|
| 566 |
gr.HTML(section_header(
|
| 567 |
"S1-D", "PHYLO-LNP", "— How to deliver the drug to the cell",
|
| 568 |
"S1-R6 Corona ✅ · S1-R7 Flow ✅ · S1-R8 Brain ✅ · S1-R10 NLP ✅ · S1-R11 CSF/BM 🔴⭐"
|
|
|
|
| 635 |
)
|
| 636 |
|
| 637 |
# ── 🩸 S1-E · PHYLO-BIOMARKERS ─────────────────────
|
| 638 |
+
with gr.TabItem("🩸 S1-E PHYLO-BIOMARKERS"):
|
| 639 |
gr.HTML(section_header(
|
| 640 |
"S1-E", "PHYLO-BIOMARKERS", "— Detect cancer without tissue biopsy",
|
| 641 |
"S1-R9 Liquid Biopsy ✅ · S1-R9b Panel validator 🔶 · S1-R9c ctDNA gap 🔴"
|