Spaces:
Runtime error
Runtime error
Commit
·
61fa963
1
Parent(s):
1ea43f8
Update utils.py
Browse files
utils.py
CHANGED
@@ -8,7 +8,7 @@ from langchain.llms import OpenAI
|
|
8 |
def query_agent(data, query):
|
9 |
|
10 |
# Parse the CSV file and create a Pandas DataFrame from its contents.
|
11 |
-
df = pd.read_csv('
|
12 |
|
13 |
llm = OpenAI()
|
14 |
|
|
|
8 |
def query_agent(data, query):
|
9 |
|
10 |
# Parse the CSV file and create a Pandas DataFrame from its contents.
|
11 |
+
df = pd.read_csv('data')
|
12 |
|
13 |
llm = OpenAI()
|
14 |
|