Commit
·
5200a45
1
Parent(s):
5bca27e
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
|
|
103 |
|
104 |
chatbot = gr.Chatbot(label="Aira"
|
105 |
show_copy_button=True,
|
106 |
-
avatar_images=("./
|
107 |
render_markdown= True,
|
108 |
line_breaks=True,
|
109 |
likeable=False,
|
|
|
103 |
|
104 |
chatbot = gr.Chatbot(label="Aira"
|
105 |
show_copy_button=True,
|
106 |
+
avatar_images=("./astronaut.png", "./nerd.png"),
|
107 |
render_markdown= True,
|
108 |
line_breaks=True,
|
109 |
likeable=False,
|