w commited on
Commit
13bbedd
·
1 Parent(s): b2d94f2

chore: hide Advanced Options panel

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -432,7 +432,7 @@ with gr.Blocks(title="UltraData-Math-L0-Parser", css=custom_css, theme=gr.themes
432
  lines=1,
433
  )
434
 
435
- with gr.Accordion("⚙️ Advanced Options", open=False):
436
  html_type = gr.Radio(
437
  choices=["unified", "article", "forum"],
438
  value="unified",
 
432
  lines=1,
433
  )
434
 
435
+ with gr.Accordion("⚙️ Advanced Options", open=False, visible=False):
436
  html_type = gr.Radio(
437
  choices=["unified", "article", "forum"],
438
  value="unified",