LeonceNsh commited on
Commit
04d773b
·
verified ·
1 Parent(s): 0d87975

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 where basetype is Award Notice and awardee has at least 12 characters. Exclude sub_tier, popzip, awardnumber, basetype, popstate, active, popcountry, type, countrycode, and popstreetaddress. Sort the results by award in descending order.")
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;")