Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|