sanjeevbora commited on
Commit
e58804d
1 Parent(s): e3559a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def respond(message, history):
107
 
108
  iface = gr.ChatInterface(
109
  respond,
110
- chatbot=gr.Chatbot(height=700),
111
  textbox=gr.Textbox(placeholder="Ask me anything about the content of the PDF(s):", container=False, scale=7),
112
  title="RAG Chatbot",
113
  cache_examples=True,
 
107
 
108
  iface = gr.ChatInterface(
109
  respond,
110
+ chatbot=gr.Chatbot(height=500),
111
  textbox=gr.Textbox(placeholder="Ask me anything about the content of the PDF(s):", container=False, scale=7),
112
  title="RAG Chatbot",
113
  cache_examples=True,