Muhammadidrees commited on
Commit
4797808
verified
1 Parent(s): c9a20e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,7 +27,7 @@ def respond(albumin, creatinine, glucose, crp, mcv, rdw, alp, wbc, lymphocytes,
27
  "- Always include a Markdown table with exactly four columns:\n"
28
  "| Biomarker | Value | Status (Low/Normal/High) | AI-Inferred Insight | Reference Range |\n"
29
  "- Include **all available biomarkers** below:\n"
30
- "Albumin, Creatinine, Glucose, CRP, MCV, RDW, ALP, WBC, Lymphocytes, Hemoglobin, Plasma Viscosity (PV)\n"
31
  "- The first row after the header must begin directly with 'Albumin'.\n"
32
  "- Each biomarker must appear exactly once as a separate row.\n\n"
33
  "### Executive Summary\n"
@@ -68,7 +68,7 @@ def respond(albumin, creatinine, glucose, crp, mcv, rdw, alp, wbc, lymphocytes,
68
  f"- WBC: {wbc} x10^3/渭L\n"
69
  f"- Lymphocytes: {lymphocytes} %\n"
70
  f"- Hemoglobin: {hemoglobin} g/dL\n"
71
- f"- Plasma Viscosity (PV): {pv} mPa路s"
72
  )
73
 
74
  try:
 
27
  "- Always include a Markdown table with exactly four columns:\n"
28
  "| Biomarker | Value | Status (Low/Normal/High) | AI-Inferred Insight | Reference Range |\n"
29
  "- Include **all available biomarkers** below:\n"
30
+ "Albumin, Creatinine, Glucose, CRP, MCV, RDW, ALP, WBC, Lymphocytes, Hemoglobin, Plasma (PV)\n"
31
  "- The first row after the header must begin directly with 'Albumin'.\n"
32
  "- Each biomarker must appear exactly once as a separate row.\n\n"
33
  "### Executive Summary\n"
 
68
  f"- WBC: {wbc} x10^3/渭L\n"
69
  f"- Lymphocytes: {lymphocytes} %\n"
70
  f"- Hemoglobin: {hemoglobin} g/dL\n"
71
+ f"- Plasma (PV): {pv} mL"
72
  )
73
 
74
  try: