vinm007 commited on
Commit
b9503d1
·
verified ·
1 Parent(s): 192cd7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def print_text_multiple_times(text:str, n:int)-> str: #it's import to specify th
13
  #Keep this format for the description / args / args description but feel free to modify the tool
14
  """A tool that print the given text n times
15
  Args:
16
- text:
17
  n: A integer representing the number of times the given text needs to be printed
18
  """
19
  if n<1:
 
13
  #Keep this format for the description / args / args description but feel free to modify the tool
14
  """A tool that print the given text n times
15
  Args:
16
+ text: A string representing the text that needs to print repeadtedly
17
  n: A integer representing the number of times the given text needs to be printed
18
  """
19
  if n<1: