IreneInContext commited on
Commit
2142ae9
·
verified ·
1 Parent(s): 9c7afa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import pytz
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
7
  from tools.web_search import DuckDuckGoSearchTool
8
- from tools.get_context import GetRuntimeContextTool
9
 
10
 
11
  from Gradio_UI import GradioUI
 
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
7
  from tools.web_search import DuckDuckGoSearchTool
8
+ from tools.get_runtime_context import GetRuntimeContextTool
9
 
10
 
11
  from Gradio_UI import GradioUI