bright1 commited on
Commit
5a961e8
1 Parent(s): a3c4246

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ with container:
79
 
80
  if button:
81
  response = make_prediction(pg, bwr1, bp, bwr2, bwr3, bmi, bwr4, age, ins)
82
- st.write(f'The {response}')
83
 
84
 
85
 
 
79
 
80
  if button:
81
  response = make_prediction(pg, bwr1, bp, bwr2, bwr3, bmi, bwr4, age, ins)
82
+ st.metric(f'The {response}')
83
 
84
 
85