LeonceNsh commited on
Commit
5e6f4cd
·
verified ·
1 Parent(s): 7567645

Update app.py

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