rjiang12 commited on
Commit
000e7be
·
1 Parent(s): a7b98d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 stereotypes")
597
  attribute_bias_html_stereo = gr.HTML()
598
  with gr.Column():
599
- gr.Markdown("Group 2 stereotypes")
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)