dawid-lorek commited on
Commit
5c60e20
·
verified ·
1 Parent(s): 6d68fb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import pandas as pd
5
  import openai
6
 
7
  from smolagents.agents import ToolCallingAgent
8
- from langchain_community.tools.python.tool import PythonREPLTool as CodeInterpreterTool
9
  from langchain_community.tools import DuckDuckGoSearchRun
10
 
11
  # Constants
 
5
  import openai
6
 
7
  from smolagents.agents import ToolCallingAgent
8
+ from smolagents.tools.code_interpreter import CodeInterpreterTool
9
  from langchain_community.tools import DuckDuckGoSearchRun
10
 
11
  # Constants