Update app.py
Browse files
app.py
CHANGED
|
@@ -40,11 +40,11 @@ def generate(
|
|
| 40 |
|
| 41 |
|
| 42 |
mychatbot = gr.Chatbot(
|
| 43 |
-
avatar_images=["./user.png", "./
|
| 44 |
|
| 45 |
demo = gr.ChatInterface(fn=generate,
|
| 46 |
chatbot=mychatbot,
|
| 47 |
-
title="
|
| 48 |
retry_btn=None,
|
| 49 |
undo_btn=None
|
| 50 |
)
|
|
|
|
| 40 |
|
| 41 |
|
| 42 |
mychatbot = gr.Chatbot(
|
| 43 |
+
avatar_images=["./user.png", "./20240113_193654.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,)
|
| 44 |
|
| 45 |
demo = gr.ChatInterface(fn=generate,
|
| 46 |
chatbot=mychatbot,
|
| 47 |
+
title="CatsAI Chat",
|
| 48 |
retry_btn=None,
|
| 49 |
undo_btn=None
|
| 50 |
)
|