Update app.py
Browse files
app.py
CHANGED
|
@@ -1347,7 +1347,7 @@ with gr.Blocks(css=css, title="K R&D Lab · S1 Biomedical") as demo:
|
|
| 1347 |
# R6 · Corona Database
|
| 1348 |
with gr.TabItem("R6 · Corona Database"):
|
| 1349 |
with gr.Tabs(elem_classes="sub-tabs"):
|
| 1350 |
-
with gr.TabItem("
|
| 1351 |
gr.Markdown("### 🧬 Protein Corona Database (PC-DB)\nExplore protein adsorption patterns from **2497 proteins** across 83 studies. Data simulated from [PC-DB](https://pc-db.org/).")
|
| 1352 |
with gr.Row():
|
| 1353 |
np_type = gr.Dropdown(["Lipid", "Polymeric", "Inorganic", "Metal"], value="Lipid", label="Nanoparticle Type")
|
|
@@ -1399,7 +1399,7 @@ with gr.Blocks(css=css, title="K R&D Lab · S1 Biomedical") as demo:
|
|
| 1399 |
gr.Markdown("> Coming next — validates R1a results against GEO plasma proteomics datasets.")
|
| 1400 |
with gr.TabItem("R2 · Multi-protein biomarkers"):
|
| 1401 |
with gr.Tabs(elem_classes="sub-tabs"):
|
| 1402 |
-
with gr.TabItem("
|
| 1403 |
gr.Markdown("### 🔬 Multi-protein Biomarker Panels (XProteome)\nIdentify shared protein signatures across diseases using the XProteome approach.")
|
| 1404 |
with gr.Tabs():
|
| 1405 |
with gr.TabItem("Single Disease"):
|
|
|
|
| 1347 |
# R6 · Corona Database
|
| 1348 |
with gr.TabItem("R6 · Corona Database"):
|
| 1349 |
with gr.Tabs(elem_classes="sub-tabs"):
|
| 1350 |
+
with gr.TabItem("R6a · Corona Database"):
|
| 1351 |
gr.Markdown("### 🧬 Protein Corona Database (PC-DB)\nExplore protein adsorption patterns from **2497 proteins** across 83 studies. Data simulated from [PC-DB](https://pc-db.org/).")
|
| 1352 |
with gr.Row():
|
| 1353 |
np_type = gr.Dropdown(["Lipid", "Polymeric", "Inorganic", "Metal"], value="Lipid", label="Nanoparticle Type")
|
|
|
|
| 1399 |
gr.Markdown("> Coming next — validates R1a results against GEO plasma proteomics datasets.")
|
| 1400 |
with gr.TabItem("R2 · Multi-protein biomarkers"):
|
| 1401 |
with gr.Tabs(elem_classes="sub-tabs"):
|
| 1402 |
+
with gr.TabItem("R2a · Multi-protein Biomarkers"):
|
| 1403 |
gr.Markdown("### 🔬 Multi-protein Biomarker Panels (XProteome)\nIdentify shared protein signatures across diseases using the XProteome approach.")
|
| 1404 |
with gr.Tabs():
|
| 1405 |
with gr.TabItem("Single Disease"):
|