Manoj Kumar commited on
Commit
c8e1797
·
1 Parent(s): c1abd5c

updated question structure

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -53,8 +53,7 @@ schema_description = json.dumps(db_schema, indent=4)
53
 
54
  # Example interactive questions
55
  questions = [
56
- "Show all products that cost more than $50.",
57
- "List all customers who ordered a specific product.",
58
  ]
59
 
60
  for user_question in questions:
 
53
 
54
  # Example interactive questions
55
  questions = [
56
+ "describe the product table for me, what kind of data it is storing and all"
 
57
  ]
58
 
59
  for user_question in questions: