melihTAl commited on
Commit
018557a
·
verified ·
1 Parent(s): 4e2e022

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ from tools.final_answer import FinalAnswerTool
9
 
10
  from Gradio_UI import GradioUI
11
 
 
12
  def generate_secure_password(length: int) -> str:
13
  """A tool that generates a secure random password with a specific length.
14
  Args:
 
9
 
10
  from Gradio_UI import GradioUI
11
 
12
+ @tool
13
  def generate_secure_password(length: int) -> str:
14
  """A tool that generates a secure random password with a specific length.
15
  Args: