Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from
|
2 |
from langchain.agents.agent_types import AgentType
|
3 |
from langchain.llms import OpenAI
|
4 |
import streamlit as st
|
|
|
1 |
+
from langchain_experimental.agents. import create_csv_agent
|
2 |
from langchain.agents.agent_types import AgentType
|
3 |
from langchain.llms import OpenAI
|
4 |
import streamlit as st
|