Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ with gr.Blocks() as demo:
|
|
125 |
["Cities that start with 'A'"],
|
126 |
["Cities by region"],
|
127 |
]
|
128 |
-
gr.Examples(examples=examples, outputs=
|
129 |
btn = gr.Button("Generate SQL")
|
130 |
schema_output = gr.Textbox(label="Parquet Schema as CREATE DDL", interactive= False)
|
131 |
prompt_output = gr.Textbox(label="Generated prompt", interactive= False)
|
|
|
125 |
["Cities that start with 'A'"],
|
126 |
["Cities by region"],
|
127 |
]
|
128 |
+
gr.Examples(examples=examples, inputs=[query_input],outputs=[])
|
129 |
btn = gr.Button("Generate SQL")
|
130 |
schema_output = gr.Textbox(label="Parquet Schema as CREATE DDL", interactive= False)
|
131 |
prompt_output = gr.Textbox(label="Generated prompt", interactive= False)
|