Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def generate(message, history,temperature=0.75,max_tokens=768):
|
|
18 |
yield response
|
19 |
|
20 |
mychatbot = gr.Chatbot(
|
21 |
-
avatar_images=["user.png", "bots.png"], bubble_full_width=
|
22 |
|
23 |
iface = gr.ChatInterface(fn=generate, chatbot=mychatbot, retry_btn="Retry", undo_btn="Undo")
|
24 |
|
|
|
18 |
yield response
|
19 |
|
20 |
mychatbot = gr.Chatbot(
|
21 |
+
avatar_images=["user.png", "bots.png"], bubble_full_width=True, show_label=False, show_copy_button=True, likeable=True,)
|
22 |
|
23 |
iface = gr.ChatInterface(fn=generate, chatbot=mychatbot, retry_btn="Retry", undo_btn="Undo")
|
24 |
|