Spaces:
Runtime error
Runtime error
Commit
·
515ec18
1
Parent(s):
bd4a8d7
log words
Browse files
app.py
CHANGED
@@ -38,6 +38,7 @@ def racism_analysis(text):
|
|
38 |
colors.append((word, color))
|
39 |
|
40 |
print(colors)
|
|
|
41 |
return label, round(100 * score), colors
|
42 |
|
43 |
|
|
|
38 |
colors.append((word, color))
|
39 |
|
40 |
print(colors)
|
41 |
+
print(words)
|
42 |
return label, round(100 * score), colors
|
43 |
|
44 |
|