Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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(
|