Eliezer Oliveira commited on
Commit
cac7141
·
1 Parent(s): cfe6e27

Update Chatbot `type` attribute to `tuples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks(title="🌮 TacoGPT") as demo:
119
  scale=2,
120
  )
121
 
122
- chatbot = gr.Chatbot(height=460, label="Chat", type="messages")
123
  msg = gr.Textbox(
124
  placeholder="Type your message and press Enter...",
125
  label="Message",
 
119
  scale=2,
120
  )
121
 
122
+ chatbot = gr.Chatbot(height=460, label="Chat", type="tuples")
123
  msg = gr.Textbox(
124
  placeholder="Type your message and press Enter...",
125
  label="Message",