LeonceNsh commited on
Commit
5b88b44
·
verified ·
1 Parent(s): 089f1f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. separate thousands by comma."),
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(