Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
|