rjiang12 commited on
Commit
9e72cf2
·
1 Parent(s): f21d5b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -614,10 +614,12 @@ with gr.Blocks(theme=soft, title="Social Bias Testing in Language Models",
614
  # show_label=False)
615
  with gr.Row():
616
  with gr.Column(variant="compact"):
617
- gr.Markdown("#### Attribute Group 1")
 
618
  attribute_bias_html_stereo = gr.HTML()
619
  with gr.Column(variant="compact"):
620
- gr.Markdown("#### Attribute Group 2")
 
621
  attribute_bias_html_antistereo = gr.HTML()
622
 
623
  # with gr.Row():
 
614
  # show_label=False)
615
  with gr.Row():
616
  with gr.Column(variant="compact"):
617
+ #gr.Markdown("#### Attribute Group 1")
618
+ gr.HTML(value="<center style='font-weight:600'>Attribute Group 1</center>")
619
  attribute_bias_html_stereo = gr.HTML()
620
  with gr.Column(variant="compact"):
621
+ #gr.Markdown("#### Attribute Group 2")
622
+ gr.HTML(value="<center style='font-weight:600'>Attribute Group 2</center>")
623
  attribute_bias_html_antistereo = gr.HTML()
624
 
625
  # with gr.Row():