johann22 commited on
Commit
e2828ba
·
1 Parent(s): 69f5037

Update app.py

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