Gyimah3 commited on
Commit
234bde8
·
1 Parent(s): 4a1e9b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -218,8 +218,8 @@ if submitted:
218
  st.markdown('''---''')
219
 
220
  st.subheader('Prediction Percentages:')
221
- st.write('**Probablity of Person not churning is ( in % )**:',proba_output[0][0]*100)
222
- st.write('**Probablity of Person not churning is ( in % )**:',proba_output[0][1]*100)
223
 
224
 
225
  # Making expander to view all records
 
218
  st.markdown('''---''')
219
 
220
  st.subheader('Prediction Percentages:')
221
+ st.write('**Probablity of Person not churning is ( in % )**:',prob_output[0][0]*100)
222
+ st.write('**Probablity of Person not churning is ( in % )**:',prob_output[0][1]*100)
223
 
224
 
225
  # Making expander to view all records