Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import pytz
|
|
| 5 |
import yaml
|
| 6 |
from tools.final_answer import FinalAnswerTool
|
| 7 |
from tools.time_tool import get_current_time_in_timezone
|
| 8 |
-
|
| 9 |
|
| 10 |
from Gradio_UI import GradioUI
|
| 11 |
|
|
|
|
| 5 |
import yaml
|
| 6 |
from tools.final_answer import FinalAnswerTool
|
| 7 |
from tools.time_tool import get_current_time_in_timezone
|
| 8 |
+
from tools.tourist_activity import suggest_tourist_activity
|
| 9 |
|
| 10 |
from Gradio_UI import GradioUI
|
| 11 |
|