LeonceNsh commited on
Commit
11d6a16
·
verified ·
1 Parent(s): 83f6f1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ with gr.Blocks() as demo:
184
  outputs=[sql_query_out, error_out, results_out, error_out]
185
  )
186
  btn_example5.click(
187
- fn=lambda: handle_example_click("SELECT awardnumber,awarddate,award, office, department_ind_agency,awardee from contract_data WHERE awardee IS NOT NULL AND award IS NOT NULL AND popcity IS NOT NULL AND award > 100000000 LIMIT 10;"),
188
  outputs=[sql_query_out, error_out, results_out, error_out]
189
  )
190
  btn_example6.click(
 
184
  outputs=[sql_query_out, error_out, results_out, error_out]
185
  )
186
  btn_example5.click(
187
+ fn=lambda: handle_example_click("SELECT award, office, department_ind_agency,awardee from contract_data WHERE awardee IS NOT NULL AND award IS NOT NULL AND award > 100000000 LIMIT 10;"),
188
  outputs=[sql_query_out, error_out, results_out, error_out]
189
  )
190
  btn_example6.click(