Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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
|
| 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__":
|