Omnibus commited on
Commit
d19f81b
·
verified ·
1 Parent(s): d16a4eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -420,6 +420,8 @@ def run(purpose,history):
420
  #history = ""
421
  if not history:
422
  history = ""
 
 
423
  action_name = "SEARCH_ENGINE" if task is None else "MAIN"
424
  action_input = None
425
  while True:
 
420
  #history = ""
421
  if not history:
422
  history = ""
423
+ else:
424
+ history=str(history)
425
  action_name = "SEARCH_ENGINE" if task is None else "MAIN"
426
  action_input = None
427
  while True: