Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def get_square_root_tool(input_number:int)-> int: #it's import to specify the re
|
|
24 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
25 |
"""A tool that does nothing yet
|
26 |
Args:
|
27 |
-
|
28 |
"""
|
29 |
try:
|
30 |
# get square root
|
|
|
24 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
25 |
"""A tool that does nothing yet
|
26 |
Args:
|
27 |
+
input_number: an integer whose square root is to be calculated
|
28 |
"""
|
29 |
try:
|
30 |
# get square root
|