James MacQuillan commited on
Commit
39431bf
·
1 Parent(s): 8aed261
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -230,7 +230,7 @@ theme = gr.themes.Soft(
230
  chatbot = gr.Chatbot(
231
 
232
  layout='panel',
233
- avatar_images=avatar,
234
  height=600,
235
 
236
  )
 
230
  chatbot = gr.Chatbot(
231
 
232
  layout='panel',
233
+ avatar_images=[None,avatar],
234
  height=600,
235
 
236
  )