lhoestq HF staff commited on
Commit
287c8b4
·
1 Parent(s): 273c97d
Files changed (1) hide show
  1. start_app.py +1 -1
start_app.py CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks() as demo:
160
  gr.HTML("<div style='font-size: 4em;'>→</div>")
161
  with gr.Column(scale=10):
162
  dst_dropdown = gr.Dropdown(label="Destination Dataset", allow_custom_value=True)
163
- query_textarea = gr.TextArea(label="SQL Query", placeholder="SELECT * FROM src;", value="SELECT * FROM src;", container=False, show_label=False)
164
  with gr.Row():
165
  run_button = gr.Button("Run", scale=10, variant="primary")
166
  if DRY_RUN:
 
160
  gr.HTML("<div style='font-size: 4em;'>→</div>")
161
  with gr.Column(scale=10):
162
  dst_dropdown = gr.Dropdown(label="Destination Dataset", allow_custom_value=True)
163
+ query_textarea = gr.Textbox(label="SQL Query", lines=2, max_lines=300, placeholder="SELECT * FROM src;", value="SELECT * FROM src;")
164
  with gr.Row():
165
  run_button = gr.Button("Run", scale=10, variant="primary")
166
  if DRY_RUN: