Manoj Kumar commited on
Commit
00e974b
·
1 Parent(s): 31e0915

updated question structure

Browse files
Files changed (1) hide show
  1. database.py +1 -1
database.py CHANGED
@@ -63,7 +63,7 @@ print("Database Assistant is ready. Ask your questions!")
63
 
64
  # Example interactive questions
65
  questions = [
66
- "describe the product table for me, what kind of data it is storing."
67
  ]
68
 
69
  for user_question in questions:
 
63
 
64
  # Example interactive questions
65
  questions = [
66
+ "Tell me about the products table, what kind of data it is storing?"
67
  ]
68
 
69
  for user_question in questions: