Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,16 @@ h1 { color: #333; animation: fadeIn 2s; }
|
|
63 |
.textbox { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; }
|
64 |
"""
|
65 |
|
66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
# Gradio interface setup
|
69 |
with gr.Blocks(css=css) as app:
|
|
|
63 |
.textbox { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; }
|
64 |
"""
|
65 |
|
66 |
+
|
67 |
+
# Example scenarios for gender discrimination analysis
|
68 |
+
example_scenarios = [
|
69 |
+
"During a team meeting, whenever a female colleague tried to express her opinion, she was often interrupted or talked over by male colleagues.",
|
70 |
+
"The feedback given to female employees often focuses more on their demeanor and less on their actual accomplishments.",
|
71 |
+
"Male employees are more frequently considered for promotions and challenging projects, even when female employees have similar or superior qualifications.",
|
72 |
+
"During a hiring panel, female candidates were often asked about their personal life, family plans, and how they would balance home and work.",
|
73 |
+
"There are significant wage discrepancies between male and female employees who hold the same position and possess comparable experience.",
|
74 |
+
"Some male colleagues often make inappropriate jokes or comments about female employees' appearances and attire."
|
75 |
+
]
|
76 |
|
77 |
# Gradio interface setup
|
78 |
with gr.Blocks(css=css) as app:
|