NAB1108 commited on
Commit
aa09979
·
1 Parent(s): 89dfad4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks(css=css,theme = gr.themes.Soft()) as demo:
132
  langchain_status = gr.Textbox(label="Status", placeholder="", interactive=False)
133
  load_pdf = gr.Button("Load pdf")
134
  with gr.Column(scale=2):
135
- chatbot = gr.Chatbot([], elem_id="chatbot").style(height=800)
136
  question = gr.Textbox(label="Question", placeholder="Type your question and hit Enter ")
137
  submit_btn = gr.Button("Send message")
138
  #load_pdf.click(loading_pdf, None, langchain_status, queue=False)
 
132
  langchain_status = gr.Textbox(label="Status", placeholder="", interactive=False)
133
  load_pdf = gr.Button("Load pdf")
134
  with gr.Column(scale=2):
135
+ chatbot = gr.Chatbot([], elem_id="chatbot").style(height=500)
136
  question = gr.Textbox(label="Question", placeholder="Type your question and hit Enter ")
137
  submit_btn = gr.Button("Send message")
138
  #load_pdf.click(loading_pdf, None, langchain_status, queue=False)