shukdevdattaEX commited on
Commit
c5cc57a
·
verified ·
1 Parent(s): c084196

Update app.py

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