EdgarDataScientist commited on
Commit
8e96354
·
verified ·
1 Parent(s): 69b2866

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -120,6 +120,6 @@ if st.button("Predict"):
120
 
121
  # Display prediction result
122
  if prediction == 1:
123
- st.success("The model predicts that you **may have diabetes**.")
124
  else:
125
- st.success("The model predicts that you are **unlikely to have diabetes**.")
 
120
 
121
  # Display prediction result
122
  if prediction == 1:
123
+ st.success("The model predicts that you likely ** have diabetes**.")
124
  else:
125
+ st.success("The model predicts that you are ** unlikely to get diabetes**.")