Muhammadidrees commited on
Commit
2c5da92
·
verified ·
1 Parent(s): 43aec73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -186,9 +186,6 @@ def analyze(
186
  f"- Lymphocytes: {lymph} % (Normal: 20 – 40 %)\n"
187
  "Pre-Analyzed Biomarker Status (strictly based on reference ranges):\n"
188
  + "\n".join([f"- {b}: {info['value']} → {info['status']} (Range: {info['range']})" for b, info in {}.items()]) + "\n"
189
- "Tabular Mapping (AI must only fill the last column):\n"
190
- "| Biomarker | Value | Status (Low/Normal/High) | Reference Range | AI-Inferred Insight |\n"
191
-
192
 
193
  )
194
 
 
186
  f"- Lymphocytes: {lymph} % (Normal: 20 – 40 %)\n"
187
  "Pre-Analyzed Biomarker Status (strictly based on reference ranges):\n"
188
  + "\n".join([f"- {b}: {info['value']} → {info['status']} (Range: {info['range']})" for b, info in {}.items()]) + "\n"
 
 
 
189
 
190
  )
191