Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ references to vulnerable groups, for example when talking about policy documents
|
|
56 |
# Create text input box
|
57 |
input_text = st.text_area(label='Please enter your text here', height=350, value="Example")
|
58 |
|
59 |
-
st.write('Prediction:',
|
60 |
|
61 |
# Create the output box
|
62 |
#output=""
|
|
|
56 |
# Create text input box
|
57 |
input_text = st.text_area(label='Please enter your text here', height=350, value="Example")
|
58 |
|
59 |
+
st.write('Prediction:', predict(input_txt))
|
60 |
|
61 |
# Create the output box
|
62 |
#output=""
|