shukdevdattaEX commited on
Commit
cd0b2cf
·
verified ·
1 Parent(s): 4a42aed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -276,8 +276,7 @@ with gr.Blocks(title="Chat with Documents 💬 📚") as demo:
276
  with gr.Column(scale=3):
277
  chatbot = gr.Chatbot(
278
  label="Chat",
279
- height=400,
280
- type="messages"
281
  )
282
  msg = gr.Textbox(
283
  label="Your Question",
 
276
  with gr.Column(scale=3):
277
  chatbot = gr.Chatbot(
278
  label="Chat",
279
+ height=400
 
280
  )
281
  msg = gr.Textbox(
282
  label="Your Question",