Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -140,6 +140,13 @@ with gr.Blocks() as demo:
|
|
140 |
1. **Describe the data you want to retrieve**: For example:
|
141 |
- `award greater than 1000000`
|
142 |
- `department_ind_agency equals "Health and Human Services"`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
2. **Generate SQL**: Click "Generate SQL" to see the SQL query that will be executed.
|
144 |
3. **Execute Query**: Click "Execute Query" to run the query and view the results.
|
145 |
4. **View Dataset Schema**: Check the "Dataset Schema" tab to understand available columns and their types.
|
|
|
140 |
1. **Describe the data you want to retrieve**: For example:
|
141 |
- `award greater than 1000000`
|
142 |
- `department_ind_agency equals "Health and Human Services"`
|
143 |
+
- What is the total value of awards granted by each state in the year 2022?
|
144 |
+
- Which awardees received multiple awards, and what are the corresponding award amounts?
|
145 |
+
- How many awards were issued by each department division, such as the Department of Defense or Veterans Affairs?
|
146 |
+
- What is the distribution of awards by city and zip code across different countries?
|
147 |
+
- Which awards are currently active, and what are their respective award numbers and dates?
|
148 |
+
|
149 |
+
|
150 |
2. **Generate SQL**: Click "Generate SQL" to see the SQL query that will be executed.
|
151 |
3. **Execute Query**: Click "Execute Query" to run the query and view the results.
|
152 |
4. **View Dataset Schema**: Check the "Dataset Schema" tab to understand available columns and their types.
|