NimaKL commited on
Commit
d307ad4
β€’
1 Parent(s): fd3bbc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -59,6 +59,4 @@ def predict(new_sentence):
59
  if text or aButton:
60
  with col2:
61
  with st.spinner('Wait for it...'):
62
- st.success(predict(text))
63
-
64
-
 
59
  if text or aButton:
60
  with col2:
61
  with st.spinner('Wait for it...'):
62
+ st.success(predict(text))