bstraehle commited on
Commit
f797539
·
verified ·
1 Parent(s): fcd62c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -305,7 +305,7 @@ with gr.Blocks(elem_classes=["full-width-app"]) as gaia:
305
  max_lines=5
306
  )
307
 
308
- with gr.Accordion("Console Logs", open=True):
309
  console_logs = gr.Textbox(
310
  label="Output",
311
  interactive=False,
 
305
  max_lines=5
306
  )
307
 
308
+ with gr.Accordion("Console Logs", open=False):
309
  console_logs = gr.Textbox(
310
  label="Output",
311
  interactive=False,