rairo commited on
Commit
e028530
·
verified ·
1 Parent(s): 16d10fe

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -44,7 +44,7 @@ def bot():
44
 
45
  #agent = create_pandas_dataframe_agent(llm, df, agent="structured_chat-zero-shot-react-description", verbose=True)
46
  #response = agent.run(user_question)
47
- return jsonify(json_table)
48
 
49
 
50
  if __name__ == "__main__":
 
44
 
45
  #agent = create_pandas_dataframe_agent(llm, df, agent="structured_chat-zero-shot-react-description", verbose=True)
46
  #response = agent.run(user_question)
47
+ return json_table
48
 
49
 
50
  if __name__ == "__main__":