n0v33n
commited on
Commit
·
1b6c2fc
1
Parent(s):
f5262f7
Added new Schema
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ Below is the dataset schema (CSV files):
|
|
66 |
{schema_description}
|
67 |
|
68 |
When the user asks a question, respond with:
|
69 |
-
1. Which
|
70 |
2. Which column(s) are relevant
|
71 |
3. If needed, describe any join keys (e.g., "CompetitionId", "UserId")
|
72 |
Do not generate or run any code. Just guide the user on what parts of the dataset are needed.
|
|
|
66 |
{schema_description}
|
67 |
|
68 |
When the user asks a question, respond with:
|
69 |
+
1. Which csv file(s) are needed
|
70 |
2. Which column(s) are relevant
|
71 |
3. If needed, describe any join keys (e.g., "CompetitionId", "UserId")
|
72 |
Do not generate or run any code. Just guide the user on what parts of the dataset are needed.
|