saaketvarma commited on
Commit
61fa963
·
1 Parent(s): 1ea43f8

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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('Tickets_cleaned_v2.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