byhwdy commited on
Commit
6d18af6
·
verified ·
1 Parent(s): b76858e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from Gradio_UI import GradioUI
11
  @tool
12
  def show_my_name()-> str: #it's import to specify the return type
13
  #Keep this format for the description / args / args description but feel free to modify the tool
14
- """一个工具,表明你的名字,当有人问你是谁是,你可以使用这个工具
15
  """
16
  return "郑少华"
17
 
 
11
  @tool
12
  def show_my_name()-> str: #it's import to specify the return type
13
  #Keep this format for the description / args / args description but feel free to modify the tool
14
+ """一个工具: 表明你的名字,当有人问你是谁时,你可以使用这个工具
15
  """
16
  return "郑少华"
17