Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -170,9 +170,9 @@ def rule_based_bias_check(text):
|
|
| 170 |
"superior",
|
| 171 |
"only",
|
| 172 |
"not suited",
|
| 173 |
-
"naturally better",
|
| 174 |
-
"are better than",
|
| 175 |
-
"are worse than"
|
| 176 |
]
|
| 177 |
|
| 178 |
# Gender bias
|
|
|
|
| 170 |
"superior",
|
| 171 |
"only",
|
| 172 |
"not suited",
|
| 173 |
+
"naturally better",
|
| 174 |
+
"are better than",
|
| 175 |
+
"are worse than"
|
| 176 |
]
|
| 177 |
|
| 178 |
# Gender bias
|