Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,12 +15,8 @@ from tools.polite_guard import PoliteGuardTool
|
|
15 |
|
16 |
# from tools.web_search import DuckDuckGoSearchTool
|
17 |
|
18 |
-
|
19 |
from Gradio_UI import GradioUI
|
20 |
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
# Don't use: there's an issue with pytz and it seems like its being blocked by HF
|
25 |
@tool
|
26 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
15 |
|
16 |
# from tools.web_search import DuckDuckGoSearchTool
|
17 |
|
|
|
18 |
from Gradio_UI import GradioUI
|
19 |
|
|
|
|
|
|
|
20 |
# Don't use: there's an issue with pytz and it seems like its being blocked by HF
|
21 |
@tool
|
22 |
def get_current_time_in_timezone(timezone: str) -> str:
|