Spaces:
Runtime error
Runtime error
Commit
•
d73ce68
1
Parent(s):
d2943d6
Adding avatars
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ with gr.Blocks() as demo:
|
|
48 |
chatbot = gr.Chatbot(
|
49 |
[],
|
50 |
elem_id="chatbot",
|
51 |
-
avatar_images=('
|
52 |
bubble_full_width=False,
|
53 |
show_copy_button=True,
|
54 |
show_share_button=True,
|
|
|
48 |
chatbot = gr.Chatbot(
|
49 |
[],
|
50 |
elem_id="chatbot",
|
51 |
+
avatar_images=('https://aui.atlassian.com/aui/8.8/docs/images/avatar-person.svg', 'https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.svg'),
|
52 |
bubble_full_width=False,
|
53 |
show_copy_button=True,
|
54 |
show_share_button=True,
|