Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import requests
|
|
4 |
import pytz
|
5 |
import yaml
|
6 |
from tools.final_answer import FinalAnswerTool
|
7 |
-
from
|
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
|