Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,8 +72,9 @@ def call_search(purpose, task, history, action_input):
|
|
| 72 |
})
|
| 73 |
print (return_list)
|
| 74 |
c=0
|
| 75 |
-
for
|
| 76 |
-
|
|
|
|
| 77 |
print (c)
|
| 78 |
if c > MAX_DATA:
|
| 79 |
print("compressing...")
|
|
|
|
| 72 |
})
|
| 73 |
print (return_list)
|
| 74 |
c=0
|
| 75 |
+
for i in range(0,len(this_obj)):
|
| 76 |
+
if i == " ":
|
| 77 |
+
c +=1
|
| 78 |
print (c)
|
| 79 |
if c > MAX_DATA:
|
| 80 |
print("compressing...")
|