Omnibus commited on
Commit
16eb38a
·
1 Parent(s): 3287ed5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 == " ":