fffiloni commited on
Commit
b9c032c
·
1 Parent(s): 3905247

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ css="""
102
 
103
  gr.ChatInterface(
104
  fn=generate,
105
- chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, bubble_full_width=False, elem_id="chat-interface"),
106
  #additional_inputs=additional_inputs,
107
  title="Chat with Santa",
108
  #examples=examples,
 
102
 
103
  gr.ChatInterface(
104
  fn=generate,
105
+ chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, bubble_full_width=False, avatar_images=[None, "santa_avatar.png"], elem_id="chat-interface"),
106
  #additional_inputs=additional_inputs,
107
  title="Chat with Santa",
108
  #examples=examples,