Update app.py
Browse files
app.py
CHANGED
@@ -39,3 +39,4 @@ if st.button("Test"):
|
|
39 |
res = (output > 0.5)
|
40 |
st.write(["toxic","severe toxic","obscene","threat","insult","identity hate"], res)
|
41 |
st.write(output)
|
|
|
|
39 |
res = (output > 0.5)
|
40 |
st.write(["toxic","severe toxic","obscene","threat","insult","identity hate"], res)
|
41 |
st.write(output)
|
42 |
+
|