Upload folder using huggingface_hub
Browse files
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
|
| 988 |
-
-
|
| 989 |
-
- 📊 When multiple reports are available, Sheami highlights **trends over time** in both tests and vitals.
|
| 990 |
-
- 💾 All uploaded reports and generated insights
|
| 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 |
)
|