ajwthompson commited on
Commit
3484c9b
·
1 Parent(s): ac94b5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ class ChatWrapper:
50
  finally:
51
  self.lock.release()
52
  #return history,history
53
- return chatResult
54
 
55
 
56
  chat = ChatWrapper()
 
50
  finally:
51
  self.lock.release()
52
  #return history,history
53
+ return chatResult, history
54
 
55
 
56
  chat = ChatWrapper()