Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ from langchain_experimental.agents.agent_toolkits import create_csv_agent
|
|
4 |
from langchain.agents import AgentType
|
5 |
from langchain.utilities import PythonREPL
|
6 |
from langchain.agents import load_tool
|
7 |
-
from langchain import PythonREPL
|
8 |
|
9 |
def main():
|
10 |
st.set_page_config(page_title="Talk to your Data - AI Assistant", page_icon=":robot:")
|
|
|
4 |
from langchain.agents import AgentType
|
5 |
from langchain.utilities import PythonREPL
|
6 |
from langchain.agents import load_tool
|
|
|
7 |
|
8 |
def main():
|
9 |
st.set_page_config(page_title="Talk to your Data - AI Assistant", page_icon=":robot:")
|