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

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 ("", [purpose,history])
364
 
365
 
366