Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|