ajwthompson commited on
Commit
4ee44df
·
1 Parent(s): 50a4812

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ class ChatWrapper:
48
  raise e
49
  finally:
50
  self.lock.release()
51
- return history, history
52
  #return inp, output, history, history
53
 
54
 
 
48
  raise e
49
  finally:
50
  self.lock.release()
51
+ return history, history,(inp, output)
52
  #return inp, output, history, history
53
 
54