Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 % )**:',
|
| 222 |
-
st.write('**Probablity of Person not churning is ( in % )**:',
|
| 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
|