Manoj Kumar
commited on
Commit
·
00e974b
1
Parent(s):
31e0915
updated question structure
Browse files- 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 |
-
"
|
| 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:
|