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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks() as demo:
147
  ## Example Queries
148
 
149
  - `award greater than 50000 and state equals "CA"`
150
- - `awardee contains "Solutions" or award less than 1000000`
151
  - `department_ind_agency equals "Defense" and awarddate greater than "2023-01-01"`
152
  """)
153
 
 
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