LeonceNsh commited on
Commit
1ff078a
·
verified ·
1 Parent(s): 5cdbc60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -146,9 +146,8 @@ with gr.Blocks() as demo:
146
 
147
  ## Example Queries
148
 
149
- - `award greater than 50000 and state equals "CA"`
150
  - `awardee, award, and posteddate where award greater than 10000000`
151
- - `department_ind_agency equals "Defense" and awarddate greater than "2023-01-01"`
152
  """)
153
 
154
  with gr.Tabs():
 
146
 
147
  ## Example Queries
148
 
149
+ - `Return awardee, award WHERE award > 720000000`
150
  - `awardee, award, and posteddate where award greater than 10000000`
 
151
  """)
152
 
153
  with gr.Tabs():