NimaKL commited on
Commit
ad4c1ad
Β·
1 Parent(s): c75a57b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ with col2:
68
  st.header(pred)
69
  text = st.text_input("Enter the text you'd like to analyze for spam.")
70
  if text or st.button('Analyze'):
71
- predict(text)
72
 
73
 
74
 
 
68
  st.header(pred)
69
  text = st.text_input("Enter the text you'd like to analyze for spam.")
70
  if text or st.button('Analyze'):
71
+ predict(text)
72
 
73
 
74