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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -592,10 +592,10 @@ with gr.Blocks(theme=soft, title="Social Bias Testing in Language Models",
592
  # min_width=900,
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):
 
592
  # min_width=900,
593
  # show_label=False)
594
  with gr.Row():
595
+ with gr.Column(variant="panel"):
596
  gr.Markdown("#### Attribute Group 1")
597
  attribute_bias_html_stereo = gr.HTML()
598
+ with gr.Column(variant="compact"):
599
  gr.Markdown("#### Attribute Group 2")
600
  attribute_bias_html_antistereo = gr.HTML()
601
  with gr.Column(scale=1):