Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,6 +96,18 @@ def analyze(
|
|
| 96 |
"- Alkaline Phosphatase (ALP)\n"
|
| 97 |
"- White Blood Cell count (WBC)\n"
|
| 98 |
"- Lymphocyte percentage\n\n"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 99 |
|
| 100 |
"STRICT RULES:\n"
|
| 101 |
"- Use ONLY the 9 biomarkers above + age, height, weight.\n"
|
|
|
|
| 96 |
"- Alkaline Phosphatase (ALP)\n"
|
| 97 |
"- White Blood Cell count (WBC)\n"
|
| 98 |
"- Lymphocyte percentage\n\n"
|
| 99 |
+
"Reference Ranges (always use these as ground truth):\n"
|
| 100 |
+
"- Albumin: 3.5 – 5.0 g/dL\n"
|
| 101 |
+
"- Creatinine: 0.6 – 1.2 mg/dL\n"
|
| 102 |
+
"- Glucose (fasting): 70 – 99 mg/dL\n"
|
| 103 |
+
"- CRP: < 3 mg/L\n"
|
| 104 |
+
"- MCV: 80 – 100 fL\n"
|
| 105 |
+
"- RDW: 11.5 – 14.5 %\n"
|
| 106 |
+
"- ALP: 44 – 147 U/L\n"
|
| 107 |
+
"- WBC: 4.0 – 11.0 K/uL\n"
|
| 108 |
+
"- Lymphocytes: 20 – 40 %\n\n"
|
| 109 |
+
.
|
| 110 |
+
"check input of the user according to these ranges and answer as high low normal"
|
| 111 |
|
| 112 |
"STRICT RULES:\n"
|
| 113 |
"- Use ONLY the 9 biomarkers above + age, height, weight.\n"
|