Dipl0 commited on
Commit
a9563eb
·
verified ·
1 Parent(s): d994115

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import requests
4
  import pytz
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
7
- from tools.organisation_tools import PlanningTool
8
  from Gradio_UI import GradioUI
9
 
10
  #now make the tool with all the methods and attributes with everything from organisation_tools.py
 
4
  import pytz
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
7
+ from organisation_tools import PlanningTool
8
  from Gradio_UI import GradioUI
9
 
10
  #now make the tool with all the methods and attributes with everything from organisation_tools.py