tatianija commited on
Commit
bddeb43
·
verified ·
1 Parent(s): 33299b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -616,7 +616,7 @@ Example responses:
616
  time.sleep(5)
617
 
618
  if self.debug:
619
- print(f"Decision for '{question}': {decision}")
620
 
621
  return should_search
622
 
 
616
  time.sleep(5)
617
 
618
  if self.debug:
619
+ print(f"Decision regarding the search: {decision}")
620
 
621
  return should_search
622