Spaces:
Runtime error
Runtime error
Last
Browse files
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(
|