diff --git "a/app.py" "b/app.py" --- "a/app.py" +++ "b/app.py" @@ -6,7 +6,72 @@ with demo: gr.HTML("Bias Shades Exploration") with gr.Row(): with gr.Accordion("📙 Gender Bias", open=False): - gr.HTML("""This is a test""") + gr.HTML("""
+
""") if __name__ == "__main__": demo.launch()