stkarlos commited on
Commit
0ce4dc8
·
verified ·
1 Parent(s): 13d9def

Update tool description

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -13,7 +13,9 @@ from Gradio_UI import GradioUI
13
  @tool
14
  def my_fairytale_tool(arg:int)-> str: #it's import to specify the return type
15
  #Keep this format for the description / args / args description but feel free to modify the tool
16
- """A tool that returns a heads-up string of two fairytiles' titles.
 
 
17
  Args:
18
  arg: any positive random integer
19
  """
 
13
  @tool
14
  def my_fairytale_tool(arg:int)-> str: #it's import to specify the return type
15
  #Keep this format for the description / args / args description but feel free to modify the tool
16
+ """A tool that returns a heads-up string of two fairytale titles.
17
+ Discover the magic of storytelling with our **Fairy Tale Title Generator**! This tool is designed to inspire your imagination by instantly providing two captivating fairy tale titles that can serve as the perfect starting point for your next creative project. Whether you're crafting a whimsical story, designing a curriculum, or seeking unique prompts for creative writing, this tool has something for everyone.
18
+
19
  Args:
20
  arg: any positive random integer
21
  """