Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,4 +73,4 @@ if st.button('Predict'):
|
|
| 73 |
color = "red" if prediction[0] == 1 else "green"
|
| 74 |
st.markdown(f"""
|
| 75 |
<div style="font-size: 24px; color: {color}; font-weight: bold;">Prediction: {result}</div>
|
| 76 |
-
""", unsafe_allow_html=True)
|
|
|
|
| 73 |
color = "red" if prediction[0] == 1 else "green"
|
| 74 |
st.markdown(f"""
|
| 75 |
<div style="font-size: 24px; color: {color}; font-weight: bold;">Prediction: {result}</div>
|
| 76 |
+
""", unsafe_allow_html=True)
|