Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 **
|
| 124 |
else:
|
| 125 |
-
st.success("The model predicts that you are **unlikely to
|
|
|
|
| 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**.")
|