Gyimah3 commited on
Commit
540c0e7
·
1 Parent(s): 7d4e906

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -214,7 +214,7 @@ if submitted:
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.markdown('''---''')
218
 
219
  st.subheader('Prediction Percentages:')
220
  st.write('**Probablity of Person not churning is ( in % )**:',prediction_proba[0][0]*100)
 
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.markdown('''----''')
218
 
219
  st.subheader('Prediction Percentages:')
220
  st.write('**Probablity of Person not churning is ( in % )**:',prediction_proba[0][0]*100)