Muhammadidrees commited on
Commit
e6e990d
verified
1 Parent(s): 023bb58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,7 +92,7 @@ def respond(albumin, creatinine, glucose, crp, mcv, rdw, alp, wbc, lymphocytes,
92
  f"- WBC: {wbc} x10^3/渭L\n"
93
  f"- Lymphocytes: {lymphocytes} %\n"
94
  f"- Hemoglobin: {hemoglobin} g/dL\n"
95
- f"- Plasma Viscosity (PV): {pv} mPa路s"
96
  )
97
 
98
  # ----- Generate AI Response -----
@@ -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 Viscosity (mPa路s)", value="1.7")
132
 
133
  with gr.Column():
134
  age = gr.Textbox(label="Age (years)", value="30")
 
92
  f"- WBC: {wbc} x10^3/渭L\n"
93
  f"- Lymphocytes: {lymphocytes} %\n"
94
  f"- Hemoglobin: {hemoglobin} g/dL\n"
95
+ f"- Plasma(PV) (ML): {pv} ML"
96
  )
97
 
98
  # ----- Generate AI Response -----
 
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="1.7")
132
 
133
  with gr.Column():
134
  age = gr.Textbox(label="Age (years)", value="30")