Muhammadidrees commited on
Commit
a1a6bd3
·
verified ·
1 Parent(s): 52bfc48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,7 +38,7 @@ def respond(albumin, creatinine, glucose, crp, mcv, rdw, alp, wbc, lymphocytes,
38
  "## 🔬 Biomarker Analysis Table\n\n"
39
  "| Biomarker | Your Value | Status | What This Means | Normal Range |\n"
40
  "|-----------|------------|--------|-----------------|-------------|\n"
41
- "Include ALL biomarkers: Albumin, Creatinine, Glucose, CRP, MCV, RDW, ALP, WBC, Lymphocytes, Hemoglobin, Plasma Viscosity\n"
42
  "Use emojis in Status column: 🟢 Normal, 🟡 Borderline, 🔴 High/Low\n\n"
43
  "---\n\n"
44
  "## 📋 Quick Summary\n\n"
@@ -133,7 +133,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
133
  wbc = gr.Textbox(label="WBC (10^3/μL)", value="10.5")
134
  lymphocytes = gr.Textbox(label="Lymphocytes (%)", value="38")
135
  hemoglobin = gr.Textbox(label="Hemoglobin (g/dL)", value="13.5")
136
- pv = gr.Textbox(label="Plasma(PV) (ML)", value="1.7")
137
 
138
  with gr.Column():
139
  age = gr.Textbox(label="Age (years)", value="30")
 
38
  "## 🔬 Biomarker Analysis Table\n\n"
39
  "| Biomarker | Your Value | Status | What This Means | Normal Range |\n"
40
  "|-----------|------------|--------|-----------------|-------------|\n"
41
+ "Include ALL biomarkers: Albumin, Creatinine, Glucose, CRP, MCV, RDW, ALP, WBC, Lymphocytes, Hemoglobin, Plasma Volume\n"
42
  "Use emojis in Status column: 🟢 Normal, 🟡 Borderline, 🔴 High/Low\n\n"
43
  "---\n\n"
44
  "## 📋 Quick Summary\n\n"
 
133
  wbc = gr.Textbox(label="WBC (10^3/μL)", value="10.5")
134
  lymphocytes = gr.Textbox(label="Lymphocytes (%)", value="38")
135
  hemoglobin = gr.Textbox(label="Hemoglobin (g/dL)", value="13.5")
136
+ pv = gr.Textbox(label="Plasma(PV) (ML)", value="3000")
137
 
138
  with gr.Column():
139
  age = gr.Textbox(label="Age (years)", value="30")