mhdakmal80 commited on
Commit
f9f6f45
·
verified ·
1 Parent(s): 6a096d0

Upload app_gradio.py

Browse files
Files changed (1) hide show
  1. 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