rjiang12 commited on
Commit
44f107c
·
1 Parent(s): 96b2470

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -608,6 +608,7 @@ with gr.Blocks(theme=soft, title="Social Bias Testing in Language Models",
608
  with gr.Row():
609
  # with gr.Accordion("Interpretation", open=False, visible=True):
610
  with gr.Column():
 
611
  interpretation_msg = gr.HTML(value="Interpretation: Stereotype Score metric details in <a href='https://arxiv.org/abs/2004.09456'>Nadeem'20<a>", visible=False)
612
  save_msg = gr.HTML(value="<span style=\"color:black\">Bias test result saved! </span>",
613
  visible=False)
 
608
  with gr.Row():
609
  # with gr.Accordion("Interpretation", open=False, visible=True):
610
  with gr.Column():
611
+ gr.Markdown("**Interpretation**")
612
  interpretation_msg = gr.HTML(value="Interpretation: Stereotype Score metric details in <a href='https://arxiv.org/abs/2004.09456'>Nadeem'20<a>", visible=False)
613
  save_msg = gr.HTML(value="<span style=\"color:black\">Bias test result saved! </span>",
614
  visible=False)