Update app.py
Browse files
app.py
CHANGED
@@ -40,5 +40,4 @@ text = st.text_input('Enter some text:') # Input field for new text
|
|
40 |
if text:
|
41 |
output1, output2, output3 = classify(text)
|
42 |
st.text(output1)
|
43 |
-
st.text(output2)
|
44 |
st.text(output3)
|
|
|
40 |
if text:
|
41 |
output1, output2, output3 = classify(text)
|
42 |
st.text(output1)
|
|
|
43 |
st.text(output3)
|