Spaces:
Runtime error
Runtime error
Fix
Browse files
app.py
CHANGED
|
@@ -814,7 +814,6 @@ with gr.Blocks(title="Enhanced GAIA Agent", theme=gr.themes.Soft()) as demo:
|
|
| 814 |
results_table = gr.DataFrame(
|
| 815 |
label="Question Processing Results",
|
| 816 |
wrap=True,
|
| 817 |
-
height=500,
|
| 818 |
interactive=False
|
| 819 |
)
|
| 820 |
|
|
|
|
| 814 |
results_table = gr.DataFrame(
|
| 815 |
label="Question Processing Results",
|
| 816 |
wrap=True,
|
|
|
|
| 817 |
interactive=False
|
| 818 |
)
|
| 819 |
|