mariamSoub commited on
Commit
f3f8287
·
verified ·
1 Parent(s): c522d17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- return None
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(