LamiaYT commited on
Commit
9af743f
·
1 Parent(s): c9b96c4
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -342,8 +342,7 @@ with gr.Blocks(title="GAIA Agent", theme=gr.themes.Default()) as demo:
342
  with gr.Row():
343
  results_table = gr.DataFrame(
344
  label="📋 Question Details",
345
- wrap=True,
346
- max_rows=20
347
  )
348
 
349
  run_btn.click(
 
342
  with gr.Row():
343
  results_table = gr.DataFrame(
344
  label="📋 Question Details",
345
+ wrap=True
 
346
  )
347
 
348
  run_btn.click(