rashid01 commited on
Commit
d691323
·
verified ·
1 Parent(s): df6e739

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)