Spaces:
Runtime error
Runtime error
fix
Browse files
app.py
CHANGED
@@ -457,7 +457,7 @@ with gr.Blocks(title="Enhanced GAIA Agent") as demo:
|
|
457 |
|
458 |
with gr.Row():
|
459 |
status_out = gr.Textbox(label="Submission Status", interactive=False)
|
460 |
-
results_table = gr.DataFrame(label="Results", wrap=True
|
461 |
|
462 |
run_btn.click(
|
463 |
fn=run_and_submit_all,
|
|
|
457 |
|
458 |
with gr.Row():
|
459 |
status_out = gr.Textbox(label="Submission Status", interactive=False)
|
460 |
+
results_table = gr.DataFrame(label="Results", wrap=True)
|
461 |
|
462 |
run_btn.click(
|
463 |
fn=run_and_submit_all,
|