Guiyom commited on
Commit
3faabb6
Β·
verified Β·
1 Parent(s): 857d5c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -484,7 +484,7 @@ with gr.Blocks(title="Enhanced Search Assistant", theme=gr.themes.Soft()) as dem
484
  searchbutton = gr.Button("πŸ” Search", variant="primary")
485
 
486
  with gr.Column():
487
- with gr.Accordion("Editable version"):
488
  with gr.Column():
489
  output_text = gr.Textbox(
490
  label="Analysis and Results - editable",
 
484
  searchbutton = gr.Button("πŸ” Search", variant="primary")
485
 
486
  with gr.Column():
487
+ with gr.Accordion("Editable version", open=False):
488
  with gr.Column():
489
  output_text = gr.Textbox(
490
  label="Analysis and Results - editable",