Spaces:
Runtime error
Runtime error
Commit
·
e751c60
1
Parent(s):
93a7068
Update utils.py
Browse files
utils.py
CHANGED
@@ -5,7 +5,7 @@ from langchain.llms import OpenAI
|
|
5 |
import pandas as pd
|
6 |
|
7 |
# Parse the CSV file and create a Pandas DataFrame from its contents.
|
8 |
-
|
9 |
|
10 |
def query_agent(query):
|
11 |
|
|
|
5 |
import pandas as pd
|
6 |
|
7 |
# Parse the CSV file and create a Pandas DataFrame from its contents.
|
8 |
+
df = pd.read_csv("Tickets_cleaned_v2.csv")
|
9 |
|
10 |
def query_agent(query):
|
11 |
|