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