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