Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def respond(albumin, creatinine, glucose, crp, mcv, rdw, alp, wbc, lymphocytes,
|
|
| 33 |
"## 🔬 Biomarker Analysis Table\n\n"
|
| 34 |
"| Biomarker | Your Value | Status | What This Means | Normal Range |\n"
|
| 35 |
"|-----------|------------|--------|-----------------|-------------|\n"
|
| 36 |
-
"Include ALL biomarkers: Albumin, Creatinine, Glucose, CRP, MCV, RDW, ALP, WBC, Lymphocytes, Hemoglobin, Plasma
|
| 37 |
"Use emojis in Status column: 🟢 Normal, 🟡 Borderline, 🔴 High/Low\n\n"
|
| 38 |
"---\n\n"
|
| 39 |
"## 📋 Quick Summary\n\n"
|
|
@@ -128,7 +128,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 128 |
wbc = gr.Textbox(label="WBC (10^3/μL)", value="10.5")
|
| 129 |
lymphocytes = gr.Textbox(label="Lymphocytes (%)", value="38")
|
| 130 |
hemoglobin = gr.Textbox(label="Hemoglobin (g/dL)", value="13.5")
|
| 131 |
-
pv = gr.Textbox(label="Plasma(PV) (ML)", value="
|
| 132 |
|
| 133 |
with gr.Column():
|
| 134 |
age = gr.Textbox(label="Age (years)", value="30")
|
|
|
|
| 33 |
"## 🔬 Biomarker Analysis Table\n\n"
|
| 34 |
"| Biomarker | Your Value | Status | What This Means | Normal Range |\n"
|
| 35 |
"|-----------|------------|--------|-----------------|-------------|\n"
|
| 36 |
+
"Include ALL biomarkers: Albumin, Creatinine, Glucose, CRP, MCV, RDW, ALP, WBC, Lymphocytes, Hemoglobin, Plasma Volume\n"
|
| 37 |
"Use emojis in Status column: 🟢 Normal, 🟡 Borderline, 🔴 High/Low\n\n"
|
| 38 |
"---\n\n"
|
| 39 |
"## 📋 Quick Summary\n\n"
|
|
|
|
| 128 |
wbc = gr.Textbox(label="WBC (10^3/μL)", value="10.5")
|
| 129 |
lymphocytes = gr.Textbox(label="Lymphocytes (%)", value="38")
|
| 130 |
hemoglobin = gr.Textbox(label="Hemoglobin (g/dL)", value="13.5")
|
| 131 |
+
pv = gr.Textbox(label="Plasma(PV) (ML)", value="3000")
|
| 132 |
|
| 133 |
with gr.Column():
|
| 134 |
age = gr.Textbox(label="Age (years)", value="30")
|