saad177 commited on
Commit
339157b
1 Parent(s): e681ef8

try to add stats

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks() as demo:
106
  print(
107
  "your bmi is:", bmi_input, "the mean for ur age is :", mean_for_age["bmi"]
108
  )
109
- categories = ["Age", "BMI", "HbA1c", "Blood Level"]
110
  fig, ax = plt.subplots()
111
  bar_width = 0.35
112
  indices = np.arange(len(categories))
 
106
  print(
107
  "your bmi is:", bmi_input, "the mean for ur age is :", mean_for_age["bmi"]
108
  )
109
+ categories = ["BMI", "HbA1c", "Blood Level"]
110
  fig, ax = plt.subplots()
111
  bar_width = 0.35
112
  indices = np.arange(len(categories))