Spaces:
Runtime error
Runtime error
about closed by default
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ css = """
|
|
9 |
with gr.Blocks(css=css) as registry_submit:
|
10 |
gr.Markdown("# ๐ Impact Framework Plugin Registry Submission")
|
11 |
|
12 |
-
with gr.Accordion("โน๏ธ About this Page",open=
|
13 |
|
14 |
gr.Markdown("### What does this page do?")
|
15 |
gr.Markdown("This is a prototype of a form that people could use to submit their plugins to the Impact Framework Plugin Registry")
|
|
|
9 |
with gr.Blocks(css=css) as registry_submit:
|
10 |
gr.Markdown("# ๐ Impact Framework Plugin Registry Submission")
|
11 |
|
12 |
+
with gr.Accordion("โน๏ธ About this Page",open=False,elem_classes=["plugin-accordion"]):
|
13 |
|
14 |
gr.Markdown("### What does this page do?")
|
15 |
gr.Markdown("This is a prototype of a form that people could use to submit their plugins to the Impact Framework Plugin Registry")
|