johann22 commited on
Commit
f45a376
1 Parent(s): 3f72b06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -359,7 +359,7 @@ def run(purpose,hist):
359
  action_name,
360
  action_input,
361
  )
362
- yield [(purpose,history)]
363
  if task == "END":
364
  return ("", [(purpose,history)])
365
 
 
359
  action_name,
360
  action_input,
361
  )
362
+ yield ("",[(purpose,history)])
363
  if task == "END":
364
  return ("", [(purpose,history)])
365