NimaKL commited on
Commit
52f2be2
Β·
1 Parent(s): 2408b10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -69,8 +69,8 @@ if st.button('Load Model'):
69
  st.header(pred)
70
 
71
  #st.write('Input', namestr(new_sentence, globals()),': \n', new_sentence)
72
- with col2:
73
- text = st.text_input("Enter the text you'd like to analyze for spam.")
74
- if text or st.button('Analyze'):
75
- predict(text)
76
  st.success()
 
69
  st.header(pred)
70
 
71
  #st.write('Input', namestr(new_sentence, globals()),': \n', new_sentence)
72
+ with col2:
73
+ text = st.text_input("Enter the text you'd like to analyze for spam.")
74
+ if text or st.button('Analyze'):
75
+ predict(text)
76
  st.success()