Spaces:
Runtime error
Runtime error
Upload app_gradio.py
Browse files- app_gradio.py +1 -2
app_gradio.py
CHANGED
|
@@ -134,8 +134,7 @@ with gr.Blocks(title="Olist Text-to-SQL Agent", theme=gr.themes.Soft()) as demo:
|
|
| 134 |
with gr.Row():
|
| 135 |
results_output = gr.Dataframe(
|
| 136 |
label="Query Results",
|
| 137 |
-
wrap=True
|
| 138 |
-
max_height=400
|
| 139 |
)
|
| 140 |
|
| 141 |
# Examples section
|
|
|
|
| 134 |
with gr.Row():
|
| 135 |
results_output = gr.Dataframe(
|
| 136 |
label="Query Results",
|
| 137 |
+
wrap=True
|
|
|
|
| 138 |
)
|
| 139 |
|
| 140 |
# Examples section
|