Spaces:
Runtime error
Runtime error
Adrian Cowham
commited on
Commit
•
f3e6f47
1
Parent(s):
4f6811a
removed debug limit
Browse files- src/__pycache__/app.cpython-310.pyc +0 -0
- src/app.py +1 -1
src/__pycache__/app.cpython-310.pyc
CHANGED
Binary files a/src/__pycache__/app.cpython-310.pyc and b/src/__pycache__/app.cpython-310.pyc differ
|
|
src/app.py
CHANGED
@@ -57,7 +57,7 @@ titles = s3.ls("f150-user-manual/recursive-agent/")
|
|
57 |
titles = list(map(lambda x: x.split("/")[-1], titles))
|
58 |
|
59 |
agents = {}
|
60 |
-
for title in titles
|
61 |
if(title == "vector_index"):
|
62 |
continue
|
63 |
|
|
|
57 |
titles = list(map(lambda x: x.split("/")[-1], titles))
|
58 |
|
59 |
agents = {}
|
60 |
+
for title in titles:
|
61 |
if(title == "vector_index"):
|
62 |
continue
|
63 |
|