Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks() as demo:
|
|
109 |
|
110 |
gr.Markdown("### Click on an example query:")
|
111 |
with gr.Row():
|
112 |
-
btn_example1 = gr.Button("Retrieve the top 15 records
|
113 |
btn_example2 = gr.Button("List all contracts in New York")
|
114 |
btn_example3 = gr.Button("Show top 5 departments by award amount")
|
115 |
btn_example4 = gr.Button("Execute: SELECT * from contract_data LIMIT 10;")
|
|
|
109 |
|
110 |
gr.Markdown("### Click on an example query:")
|
111 |
with gr.Row():
|
112 |
+
btn_example1 = gr.Button("Retrieve the top 15 records by award. Exclude sub_tier, popzip, awardnumber, basetype, popstate, active, popcountry, type, countrycode, and popstreetaddress.")
|
113 |
btn_example2 = gr.Button("List all contracts in New York")
|
114 |
btn_example3 = gr.Button("Show top 5 departments by award amount")
|
115 |
btn_example4 = gr.Button("Execute: SELECT * from contract_data LIMIT 10;")
|