Raiff1982 commited on
Commit
2357e8c
·
verified ·
1 Parent(s): 52f3fb9

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,