Spaces:
Running
Running
Shorten the Space header
Browse files
app.py
CHANGED
|
@@ -428,11 +428,8 @@ def build_demo() -> gr.Blocks:
|
|
| 428 |
) as demo:
|
| 429 |
gr.Markdown(
|
| 430 |
"# 🧬 PRIMO: Patient Representations in Multi-Omics\n\n"
|
| 431 |
-
"**
|
| 432 |
-
"
|
| 433 |
-
"does your model's patient embedding predict a real clinical outcome (drug "
|
| 434 |
-
"response, disease severity, molecular subtype) on cohorts whose "
|
| 435 |
-
"labels you never see?"
|
| 436 |
)
|
| 437 |
banner = gr.HTML()
|
| 438 |
with gr.Tabs() as tabs:
|
|
|
|
| 428 |
) as demo:
|
| 429 |
gr.Markdown(
|
| 430 |
"# 🧬 PRIMO: Patient Representations in Multi-Omics\n\n"
|
| 431 |
+
"**Does your model's patient embedding predict a real clinical "
|
| 432 |
+
"outcome?** We score it on cohorts whose labels you never see."
|
|
|
|
|
|
|
|
|
|
| 433 |
)
|
| 434 |
banner = gr.HTML()
|
| 435 |
with gr.Tabs() as tabs:
|