yetessam commited on
Commit
63a7de7
·
verified ·
1 Parent(s): 155fc45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
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: