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