Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -593,10 +593,10 @@ with gr.Blocks(theme=soft, title="Social Bias Testing in Language Models",
|
|
593 |
# show_label=False)
|
594 |
with gr.Row():
|
595 |
with gr.Column():
|
596 |
-
gr.Markdown("Group 1
|
597 |
attribute_bias_html_stereo = gr.HTML()
|
598 |
with gr.Column():
|
599 |
-
gr.Markdown("Group 2
|
600 |
attribute_bias_html_antistereo = gr.HTML()
|
601 |
with gr.Column(scale=1):
|
602 |
interpretation_msg = gr.HTML(value="Interpretation: Stereotype Score metric details in <a href='https://arxiv.org/abs/2004.09456'>Nadeem'20<a>", visible=False)
|
|
|
593 |
# show_label=False)
|
594 |
with gr.Row():
|
595 |
with gr.Column():
|
596 |
+
gr.Markdown("#### Attribute Group 1")
|
597 |
attribute_bias_html_stereo = gr.HTML()
|
598 |
with gr.Column():
|
599 |
+
gr.Markdown("#### Attribute Group 2")
|
600 |
attribute_bias_html_antistereo = gr.HTML()
|
601 |
with gr.Column(scale=1):
|
602 |
interpretation_msg = gr.HTML(value="Interpretation: Stereotype Score metric details in <a href='https://arxiv.org/abs/2004.09456'>Nadeem'20<a>", visible=False)
|