vpcom commited on
Commit
fe92701
·
1 Parent(s): 116d146

fix: wrong syntax

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -308,7 +308,7 @@ class Chatbot(gr.Chatbot):
308
  bubble_full_width = bubble_full_width,
309
  line_breaks = line_breaks,
310
  layout = layout,
311
- kwargs=**kwargs,
312
  )
313
 
314
  def _preprocess_chat_messages(
 
308
  bubble_full_width = bubble_full_width,
309
  line_breaks = line_breaks,
310
  layout = layout,
311
+ kwargs=kwargs,
312
  )
313
 
314
  def _preprocess_chat_messages(