Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ with gr.Blocks() as demo:
|
|
168 |
outputs=[sql_query_out, error_out, results_out, error_out]
|
169 |
)
|
170 |
btn_example2.click(
|
171 |
-
fn=lambda: handle_example_click("Show top 5 departments by award amount. Round to zero decimal places.
|
172 |
outputs=[sql_query_out, error_out, results_out, error_out]
|
173 |
)
|
174 |
btn_example3.click(
|
|
|
168 |
outputs=[sql_query_out, error_out, results_out, error_out]
|
169 |
)
|
170 |
btn_example2.click(
|
171 |
+
fn=lambda: handle_example_click("Show top 5 departments by award amount. Round to zero decimal places."),
|
172 |
outputs=[sql_query_out, error_out, results_out, error_out]
|
173 |
)
|
174 |
btn_example3.click(
|