NimaKL commited on
Commit
212c19c
β€’
1 Parent(s): a7a2a1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -59,8 +59,7 @@ def predict(new_sentence):
59
  if text or aButton:
60
  with col2:
61
  with st.spinner('Wait for it...'):
62
- st.header(predict(text))
63
- st.success("Prediction Successful!")
64
 
65
 
66
 
 
59
  if text or aButton:
60
  with col2:
61
  with st.spinner('Wait for it...'):
62
+ st.success(predict(text))
 
63
 
64
 
65