Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,8 @@ def create_interface():
|
|
149 |
label="Conversation",
|
150 |
height=400,
|
151 |
show_label=True,
|
152 |
-
avatar_images=("π€", "π€")
|
|
|
153 |
)
|
154 |
|
155 |
with gr.Row():
|
@@ -157,7 +158,7 @@ def create_interface():
|
|
157 |
placeholder="Type your message here...",
|
158 |
scale=4,
|
159 |
show_label=False,
|
160 |
-
|
161 |
)
|
162 |
send_btn = gr.Button("Send", variant="primary", scale=1)
|
163 |
|
|
|
149 |
label="Conversation",
|
150 |
height=400,
|
151 |
show_label=True,
|
152 |
+
avatar_images=("π€", "π€"),
|
153 |
+
show_copy_button=True
|
154 |
)
|
155 |
|
156 |
with gr.Row():
|
|
|
158 |
placeholder="Type your message here...",
|
159 |
scale=4,
|
160 |
show_label=False,
|
161 |
+
|
162 |
)
|
163 |
send_btn = gr.Button("Send", variant="primary", scale=1)
|
164 |
|