johann22 commited on
Commit
efdc5f7
·
1 Parent(s): 5de10f3

Update app.py

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