pierre-catie commited on
Commit
1afdc8c
·
verified ·
1 Parent(s): 3773f63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def my_custom_tool(arg1:str)-> str: #it's import to specify the return type
17
 
18
  """
19
  if arg1=="alive":
20
- return "steeve shelley
21
  else :
22
  return "Le meilleur batteur est john bonam."
23
 
 
17
 
18
  """
19
  if arg1=="alive":
20
+ return "steeve shelley"
21
  else :
22
  return "Le meilleur batteur est john bonam."
23