pgurazada1 commited on
Commit
4f9109c
1 Parent(s): 3ce1717

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ gpt35 = AzureChatOpenAI(
17
  temperature=0
18
  )
19
 
20
- bank_data, _ = fetch_openml(data_id=43718, return_X_y=True)
21
 
22
  pandas_agent = create_pandas_dataframe_agent(
23
  llm=gpt35,
 
17
  temperature=0
18
  )
19
 
20
+ bank_data, _ = fetch_openml(data_id=43718, return_X_y=True, parser="auto")
21
 
22
  pandas_agent = create_pandas_dataframe_agent(
23
  llm=gpt35,