heaversm commited on
Commit
9379d53
ยท
1 Parent(s): 956aaa9

about closed by default

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True,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")
 
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")