wholewhale commited on
Commit
592de38
·
1 Parent(s): 02c6b5e

indent fix

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -173,8 +173,8 @@ with gr.Blocks(css=css) as demo:
173
  question = gr.Textbox(label="Question", placeholder="Type your question and hit Enter")
174
  submit_btn = gr.Button("Send Message")
175
 
176
- load_pdf.click(loading_pdf, None, langchain_status, queue=False)
177
- load_pdf.click(pdf_changes, inputs=[pdf_doc], outputs=[langchain_status], queue=False).then(
178
  update_summary_box
179
  )
180
 
 
173
  question = gr.Textbox(label="Question", placeholder="Type your question and hit Enter")
174
  submit_btn = gr.Button("Send Message")
175
 
176
+ load_pdf.click(loading_pdf, None, langchain_status, queue=False)
177
+ load_pdf.click(pdf_changes, inputs=[pdf_doc], outputs=[langchain_status], queue=False).then(
178
  update_summary_box
179
  )
180