AeternumS commited on
Commit
d9617cc
1 Parent(s): ad630a2
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -119,6 +119,6 @@ st.success("Done!")
119
 
120
  st.write("#### Encrypted Prediction Result")
121
  if result.any():
122
- st.write("Prediction: The patient is likely to have heart disease.")
123
  else:
124
- st.write("Prediction: The patient is unlikely to have heart disease.")
 
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)