johann22 commited on
Commit
122a569
1 Parent(s): 09ae574

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -361,10 +361,10 @@ def run(purpose,hist):
361
  action_name,
362
  action_input,
363
  )
364
- yield ("", history)
365
  #yield ("",[(purpose,history)])
366
  if task == "END":
367
- return ("", history)
368
  #return ("", [(purpose,history)])
369
 
370
 
 
361
  action_name,
362
  action_input,
363
  )
364
+ yield (history)
365
  #yield ("",[(purpose,history)])
366
  if task == "END":
367
+ return (history)
368
  #return ("", [(purpose,history)])
369
 
370