vpcom commited on
Commit
21645ef
·
1 Parent(s): 9d7a2f2

test: let's see what will happen if we pass not a list of two but a list of one

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -275,7 +275,7 @@ class ChatInterface(gr.ChatInterface):
275
  self.fn, *inputs, limiter=self.limiter
276
  )
277
 
278
- history.append([message, response])
279
  return history, history
280
 
281
  chat_interface = ChatInterface(
 
275
  self.fn, *inputs, limiter=self.limiter
276
  )
277
 
278
+ history.append([message+response])
279
  return history, history
280
 
281
  chat_interface = ChatInterface(