Gyimah3 commited on
Commit
ec08c27
·
1 Parent(s): a31444c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ if submitted:
213
  # Displaying prediction results
214
  st.markdown('''---''')
215
  st.markdown("<h4 style='text-align: center;'> Prediction Results </h4> ", unsafe_allow_html=True)
216
- st.success(f"Predicted Survival: {output}")
217
  st.success(f"Confidence Probability: {prob_output}")
218
  st.markdown('''---''')
219
 
 
213
  # Displaying prediction results
214
  st.markdown('''---''')
215
  st.markdown("<h4 style='text-align: center;'> Prediction Results </h4> ", unsafe_allow_html=True)
216
+ st.success(f"Prediction: {output}")
217
  st.success(f"Confidence Probability: {prob_output}")
218
  st.markdown('''---''')
219