shukdevdattaEX commited on
Commit
1f6dd9c
·
verified ·
1 Parent(s): c1f0fa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -182,8 +182,7 @@ with gr.Blocks(title="Chat with Documents 💬 📚") as demo:
182
  with gr.Column(scale=3):
183
  chatbot = gr.Chatbot(
184
  label="Chat",
185
- height=400,
186
- type="messages" # Explicitly set type to messages
187
  )
188
  msg = gr.Textbox(
189
  label="Your Question",
 
182
  with gr.Column(scale=3):
183
  chatbot = gr.Chatbot(
184
  label="Chat",
185
+ height=400
 
186
  )
187
  msg = gr.Textbox(
188
  label="Your Question",