Spaces:
Sleeping
Sleeping
Update src/main.py
Browse files- src/main.py +1 -1
src/main.py
CHANGED
@@ -27,7 +27,7 @@ llm = ChatGroq(
|
|
27 |
# Create CSV agent
|
28 |
agent = create_csv_agent(
|
29 |
llm,
|
30 |
-
|
31 |
verbose=True,
|
32 |
agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION,
|
33 |
max_iterations=5,
|
|
|
27 |
# Create CSV agent
|
28 |
agent = create_csv_agent(
|
29 |
llm,
|
30 |
+
"data/Financial_data.csv",
|
31 |
verbose=True,
|
32 |
agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION,
|
33 |
max_iterations=5,
|