vluz commited on
Commit
a2c4284
1 Parent(s): 27ad3e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
+