Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ from langchain.llms import OpenAI
|
|
| 3 |
from langchain.chat_models import ChatOpenAI
|
| 4 |
from langchain.agents.agent_types import AgentType
|
| 5 |
from langchain_experimental.agents.agent_toolkits import create_csv_agent
|
|
|
|
| 6 |
import pandas as pd
|
| 7 |
import matplotlib.pyplot as plt
|
| 8 |
from io import BytesIO
|
|
|
|
| 3 |
from langchain.chat_models import ChatOpenAI
|
| 4 |
from langchain.agents.agent_types import AgentType
|
| 5 |
from langchain_experimental.agents.agent_toolkits import create_csv_agent
|
| 6 |
+
from langchain_community.chat_models import ChatOpenAI
|
| 7 |
import pandas as pd
|
| 8 |
import matplotlib.pyplot as plt
|
| 9 |
from io import BytesIO
|