karimox commited on
Commit
fd100fa
·
verified ·
1 Parent(s): 75e6a8b

Shorten the Space header

Browse files
Files changed (1) hide show
  1. app.py +2 -5
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
- "**Most omics foundation models are benchmarked on cells and genes, "
432
- "but medicine is practised on patients.** PRIMO asks one question: "
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: