Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def generate(
|
|
40 |
|
41 |
|
42 |
mychatbot = gr.Chatbot(
|
43 |
-
bubble_full_width=False, show_label=False, show_copy_button=True,)
|
44 |
|
45 |
|
46 |
demo = gr.ChatInterface(fn=generate,
|
|
|
40 |
|
41 |
|
42 |
mychatbot = gr.Chatbot(
|
43 |
+
avatar_images=["./user.png", "./botz.png"], bubble_full_width=False, show_label=False, show_copy_button=True,)
|
44 |
|
45 |
|
46 |
demo = gr.ChatInterface(fn=generate,
|