Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
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)
|