Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -180,7 +180,7 @@ if any(g in text_lower for g in gender_keywords):
|
|
| 180 |
"bias_types": ["gender"],
|
| 181 |
"demographic_group": ["women" if "women" in text_lower else "men"]
|
| 182 |
}
|
| 183 |
-
|
| 184 |
|
| 185 |
def show_mitigation(bias_type):
|
| 186 |
tip = MITIGATION_PROMPTS.get(
|
|
|
|
| 180 |
"bias_types": ["gender"],
|
| 181 |
"demographic_group": ["women" if "women" in text_lower else "men"]
|
| 182 |
}
|
| 183 |
+
|
| 184 |
|
| 185 |
def show_mitigation(bias_type):
|
| 186 |
tip = MITIGATION_PROMPTS.get(
|