JasonTPhillipsJr commited on
Commit
8dffda5
·
verified ·
1 Parent(s): 5dfdd64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -257,7 +257,7 @@ if st.button("Highlight Geo-Entities"):
257
 
258
  if(prediction == 0):
259
  st.write("Prediction: Not Spam")
260
- else if(prediction == 1):
261
  st.write("Prediction: Spam")
262
  else:
263
  st.write("error during prediction")
 
257
 
258
  if(prediction == 0):
259
  st.write("Prediction: Not Spam")
260
+ elif(prediction == 1):
261
  st.write("Prediction: Spam")
262
  else:
263
  st.write("error during prediction")