bstraehle commited on
Commit
c6755e1
·
1 Parent(s): 13a57a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -3,7 +3,6 @@ import gradio as gr
3
  from datetime import date
4
  from langchain.agents import AgentType, initialize_agent, tool
5
  from langchain.chat_models import ChatOpenAI
6
- from langchain.tools.python.tool import PythonREPLTool
7
 
8
  config = {
9
  "max_tokens": 1000,
 
3
  from datetime import date
4
  from langchain.agents import AgentType, initialize_agent, tool
5
  from langchain.chat_models import ChatOpenAI
 
6
 
7
  config = {
8
  "max_tokens": 1000,