techarmour commited on
Commit
b979222
·
verified ·
1 Parent(s): 9e17f73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
28
  prefix = ""
29
 
30
  # Use the .run() method to perform the search
31
- for count >= 0
32
  appendix = appendix + "#"
33
  prefix = "#" + prefix
34
 
 
28
  prefix = ""
29
 
30
  # Use the .run() method to perform the search
31
+ for count > 0
32
  appendix = appendix + "#"
33
  prefix = "#" + prefix
34