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