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

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 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;")
 
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. Return all columns except sub_tier, 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;")