dp92 commited on
Commit
2d00317
·
1 Parent(s): 36763f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ labels = ["toxic", "severe_toxic", "obscene", "threat", "insult", "identity_hate
29
 
30
  # Classify the comments and print the results
31
  for i, row in data.iterrows():
32
- preds = classify(text)
33
 
34
  print("Comment: ", text)
35
  print("Predictions: ", preds)
 
29
 
30
  # Classify the comments and print the results
31
  for i, row in data.iterrows():
32
+
33
 
34
  print("Comment: ", text)
35
  print("Predictions: ", preds)