fffiloni commited on
Commit
b3d631d
β€’
1 Parent(s): e9d344a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ with gr.Blocks() as demo:
54
  load_pdf.click(pdf_changes, pdf_doc, langchain_status, queue=False)
55
 
56
 
57
- question.submit(add_text, [chatbot, txt], [chatbot, txt]).then(
58
  bot, chatbot, chatbot
59
  )
60
 
 
54
  load_pdf.click(pdf_changes, pdf_doc, langchain_status, queue=False)
55
 
56
 
57
+ question.submit(add_text, [chatbot, question], [chatbot, question]).then(
58
  bot, chatbot, chatbot
59
  )
60