Ajeya95 commited on
Commit
58a5492
·
verified ·
1 Parent(s): 3154009

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,13 +4,13 @@ import requests
4
  import pytz
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
7
-
8
  from Gradio_UI import GradioUI
9
 
10
  duckduckgo_tool=DuckDuckGoSearchTool()
11
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
12
  @tool
13
- import json
14
 
15
  def animewatcher(anime_name: str) -> str:
16
  """A tool that searches for anime details using DuckDuckGo.
 
4
  import pytz
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
7
+ import json
8
  from Gradio_UI import GradioUI
9
 
10
  duckduckgo_tool=DuckDuckGoSearchTool()
11
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
12
  @tool
13
+
14
 
15
  def animewatcher(anime_name: str) -> str:
16
  """A tool that searches for anime details using DuckDuckGo.