anuroopageorge commited on
Commit
897dfa5
·
verified ·
1 Parent(s): 947a9e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- number: an input_integer whose square root is to be calculated
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