Update app.py
Browse files
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))
|
|
|
|