Update app.py
Browse files
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,
|