cọmmit
Browse files
app.py
CHANGED
|
@@ -190,8 +190,7 @@ def create_ui():
|
|
| 190 |
with gr.Column(scale=2):
|
| 191 |
chatbot = gr.Chatbot(
|
| 192 |
label="Chat",
|
| 193 |
-
height=500
|
| 194 |
-
show_copy_button=True
|
| 195 |
)
|
| 196 |
|
| 197 |
with gr.Row():
|
|
|
|
| 190 |
with gr.Column(scale=2):
|
| 191 |
chatbot = gr.Chatbot(
|
| 192 |
label="Chat",
|
| 193 |
+
height=500
|
|
|
|
| 194 |
)
|
| 195 |
|
| 196 |
with gr.Row():
|