Ishanpardeshi commited on
Commit
c822e9f
·
verified ·
1 Parent(s): 1579e52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ class tools:
91
 
92
  class AgentLoader:
93
 
94
- def csvReaderAgent(path):
95
  agent = create_csv_agent(
96
  ChatGoogleGenerativeAI(temperature=0.6, model="gemini-1.5-flash-latest"),
97
  path,
 
91
 
92
  class AgentLoader:
93
 
94
+ async def csvReaderAgent(path):
95
  agent = create_csv_agent(
96
  ChatGoogleGenerativeAI(temperature=0.6, model="gemini-1.5-flash-latest"),
97
  path,