Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ def call_search(purpose, task, history, action_input):
|
|
| 71 |
"tags":this_obj[i].tags,
|
| 72 |
"pipeline_tag":this_obj[i].pipeline_tag,
|
| 73 |
})
|
| 74 |
-
print (return_list)
|
| 75 |
c=0
|
| 76 |
for i in range(0,len(this_obj)):
|
| 77 |
if i == " ":
|
|
|
|
| 71 |
"tags":this_obj[i].tags,
|
| 72 |
"pipeline_tag":this_obj[i].pipeline_tag,
|
| 73 |
})
|
| 74 |
+
#print (return_list)
|
| 75 |
c=0
|
| 76 |
for i in range(0,len(this_obj)):
|
| 77 |
if i == " ":
|