Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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
|