Update app.py
Browse files
app.py
CHANGED
|
@@ -708,10 +708,7 @@ with gr.Blocks(
|
|
| 708 |
chat = gr.Chatbot(
|
| 709 |
type="messages",
|
| 710 |
height=600,
|
| 711 |
-
label="💬 Conversation"
|
| 712 |
-
show_copy_button=True,
|
| 713 |
-
avatar_images=(None, "🤖"),
|
| 714 |
-
bubble_full_width=False
|
| 715 |
)
|
| 716 |
|
| 717 |
# Input Area
|
|
|
|
| 708 |
chat = gr.Chatbot(
|
| 709 |
type="messages",
|
| 710 |
height=600,
|
| 711 |
+
label="💬 Conversation"
|
|
|
|
|
|
|
|
|
|
| 712 |
)
|
| 713 |
|
| 714 |
# Input Area
|