Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -606,7 +606,8 @@ with gr.Blocks(theme=soft, title="Social Bias Testing in Language Models",
|
|
606 |
# with gr.Column(scale=1):
|
607 |
# gr.Markdown("### Interpretation")
|
608 |
with gr.Row():
|
609 |
-
with gr.Accordion("Interpretation", open=False, visible=True):
|
|
|
610 |
interpretation_msg = gr.HTML(value="Interpretation: Stereotype Score metric details in <a href='https://arxiv.org/abs/2004.09456'>Nadeem'20<a>", visible=False)
|
611 |
save_msg = gr.HTML(value="<span style=\"color:black\">Bias test result saved! </span>",
|
612 |
visible=False)
|
|
|
606 |
# with gr.Column(scale=1):
|
607 |
# gr.Markdown("### Interpretation")
|
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)
|