Spaces:
Build error
Build error
Commit
·
d9617cc
1
Parent(s):
ad630a2
poh
Browse files
app.py
CHANGED
|
@@ -119,6 +119,6 @@ st.success("Done!")
|
|
| 119 |
|
| 120 |
st.write("#### Encrypted Prediction Result")
|
| 121 |
if result.any():
|
| 122 |
-
st.
|
| 123 |
else:
|
| 124 |
-
st.
|
|
|
|
| 119 |
|
| 120 |
st.write("#### Encrypted Prediction Result")
|
| 121 |
if result.any():
|
| 122 |
+
st.markdown("<h1 style='color:red;'>Prediction: The patient is likely to have heart disease.</h1>", unsafe_allow_html=True)
|
| 123 |
else:
|
| 124 |
+
st.markdown("<h1 style='color:red;'>Prediction: The patient is unlikely to have heart disease.</h1>", unsafe_allow_html=True)
|