Melika Kheirieh commited on
Commit
e7970d0
·
1 Parent(s): b695359

chore(ui): update example queries to match supported demo cases

Browse files
Files changed (1) hide show
  1. demo/app.py +1 -1
demo/app.py CHANGED
@@ -212,7 +212,7 @@ def build_ui() -> gr.Blocks:
212
  [
213
  "List customers whose total spending is above the average invoice total."
214
  ],
215
- ["Total number of tracks per genre"],
216
  ["List all albums with their total sales"],
217
  ["Customers spending above average"],
218
  ],
 
212
  [
213
  "List customers whose total spending is above the average invoice total."
214
  ],
215
+ ["List the first 10 albums."],
216
  ["List all albums with their total sales"],
217
  ["Customers spending above average"],
218
  ],