vikramvasudevan commited on
Commit
ae76db5
·
verified ·
1 Parent(s): de556d4

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. ui.py +4 -4
ui.py CHANGED
@@ -984,10 +984,10 @@ def render_about_markdowns():
984
  gr.Markdown("# 🧪 How It Works")
985
  gr.Markdown(
986
  """
987
- - 🤖 Upload your lab reports to get **AI-powered insights** on lab values and key **vitals**.
988
- - 📄 Add one or more PDF reports and assign them to a patient profile.
989
- - 📊 When multiple reports are available, Sheami highlights **trends over time** in both tests and vitals.
990
- - 💾 All uploaded reports and generated insights remain in your workspace for you to **review, download, or remove** at any time.
991
  """,
992
  show_copy_button=False,
993
  )
 
984
  gr.Markdown("# 🧪 How It Works")
985
  gr.Markdown(
986
  """
987
+ - 🤖 Upload your lab reports (**PDF only**) to unlock **AI-powered insights** on test results and **personalized vitals**.
988
+ - 🫀 Vitals such as **height, weight, BMI, and other demographics** are factored in to give you **contextualized, patient-specific insights**.
989
+ - 📊 When multiple reports are available, **Sheami™** highlights **trends over time** in both lab tests and vitals.
990
+ - 💾 All uploaded reports and generated insights stay securely in your workspace for you to **review, download, or remove** at any time.
991
  """,
992
  show_copy_button=False,
993
  )