oracool commited on
Commit
b872614
·
verified ·
1 Parent(s): 1aa8e35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from tools.final_answer import FinalAnswerTool
8
  from Gradio_UI import GradioUI
9
 
10
  @tool
11
- def quote_formatting_tool(arg1:str, arg2:str)-> str:
12
  """A tool for nice quote formatting
13
  Args:
14
  quote: the quote
 
8
  from Gradio_UI import GradioUI
9
 
10
  @tool
11
+ def quote_formatting_tool(quote:str, author:str)-> str:
12
  """A tool for nice quote formatting
13
  Args:
14
  quote: the quote