LamiaYT commited on
Commit
6eec633
·
1 Parent(s): f919acc
Files changed (1) hide show
  1. app.py +1 -1
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, max_rows=20)
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,