anktechsol commited on
Commit
aae51bf
·
verified ·
1 Parent(s): 1b5517b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks(title="Anki-Chat", theme=gr.themes.Soft()) as demo:
68
  )
69
 
70
  with gr.Column(scale=2):
71
- chatbot = gr.Chatbot(label="Chat", height=500, type="messages")
72
  msg = gr.Textbox(label="Message", placeholder="Type here...")
73
  with gr.Row():
74
  send = gr.Button("Send", variant="primary")
 
68
  )
69
 
70
  with gr.Column(scale=2):
71
+ chatbot = gr.Chatbot(label="Chat", height=500)
72
  msg = gr.Textbox(label="Message", placeholder="Type here...")
73
  with gr.Row():
74
  send = gr.Button("Send", variant="primary")