Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|