AiWicked commited on
Commit
4a09234
·
verified ·
1 Parent(s): 9206cbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -8,7 +8,8 @@ from tools.final_answer import FinalAnswerTool
8
  from Gradio_UI import GradioUI
9
 
10
  # Tool definitions
11
- @tooldef generate_keywords(topic: str, num_keywords: int) -> str:
 
12
  """A tool that generates relevant keywords for a given topic
13
 
14
  Args:
 
8
  from Gradio_UI import GradioUI
9
 
10
  # Tool definitions
11
+ @tool
12
+ def generate_keywords(topic: str, num_keywords: int) -> str:
13
  """A tool that generates relevant keywords for a given topic
14
 
15
  Args: