aaabulkhair commited on
Commit
4bdd7cb
·
verified ·
1 Parent(s): 258aed8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -14
app.py CHANGED
@@ -7,20 +7,6 @@ from tools.final_answer import FinalAnswerTool
7
 
8
  from Gradio_UI import GradioUI
9
 
10
- # Below is an example of a tool that does nothing. Amaze us with your creativity!
11
- @tool
12
- def my_custom_tool(arg1: str, arg2: int) -> str:
13
- """
14
- A tool that does nothing yet.
15
-
16
- Args:
17
- arg1 (str): The first argument.
18
- arg2 (int): The second argument.
19
-
20
- Returns:
21
- str: A placeholder message.
22
- """
23
- return "What magic will you build ?"
24
 
25
  @tool
26
  def get_current_time_in_timezone(timezone: str) -> str:
 
7
 
8
  from Gradio_UI import GradioUI
9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
  @tool
12
  def get_current_time_in_timezone(timezone: str) -> str: