Spaces:
Running
Running
minor
Browse files- 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.
|
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:
|