Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
99 |
example_queries = [
|
100 |
"Show the top 10 departments by total award amount.",
|
101 |
"List contracts where the award amount exceeds $5,000,000.",
|
102 |
-
"Retrieve awards over $1M in California.",
|
103 |
"Find the top 5 awardees by number of contracts.",
|
104 |
"Display contracts awarded after 2020 in New York.",
|
105 |
"What is the total award amount by state?"
|
|
|
99 |
example_queries = [
|
100 |
"Show the top 10 departments by total award amount.",
|
101 |
"List contracts where the award amount exceeds $5,000,000.",
|
|
|
102 |
"Find the top 5 awardees by number of contracts.",
|
103 |
"Display contracts awarded after 2020 in New York.",
|
104 |
"What is the total award amount by state?"
|