alanwnl commited on
Commit
708bf80
1 Parent(s): 0c20899

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,8 +41,8 @@ if submit_button :
41
  )
42
 
43
  agent = create_pandas_dataframe_agent(
44
- chat_model,
45
- df,
46
  verbose=True,
47
  agent_type=AgentType.OPENAI_FUNCTIONS,
48
  )
 
41
  )
42
 
43
  agent = create_pandas_dataframe_agent(
44
+ llm=chat_model,
45
+ df=df,
46
  verbose=True,
47
  agent_type=AgentType.OPENAI_FUNCTIONS,
48
  )