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