Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -1286,7 +1286,7 @@ def create_interface():
|
|
| 1286 |
with gr.Row():
|
| 1287 |
# Left: Chat + Input
|
| 1288 |
with gr.Column(scale=3):
|
| 1289 |
-
chatbot = gr.Chatbot(
|
| 1290 |
height=500,
|
| 1291 |
label="Codette Reasoning",
|
| 1292 |
show_label=False,
|
|
|
|
| 1286 |
with gr.Row():
|
| 1287 |
# Left: Chat + Input
|
| 1288 |
with gr.Column(scale=3):
|
| 1289 |
+
chatbot = gr.Chatbot(type='messages',
|
| 1290 |
height=500,
|
| 1291 |
label="Codette Reasoning",
|
| 1292 |
show_label=False,
|