vishwask commited on
Commit
31776a9
·
verified ·
1 Parent(s): 05fe16b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ def demo():
227
  vector_db = gr.State()
228
  qa_chain = gr.State()
229
  collection_name = gr.State()
230
- pdf_directory = '/home/user/app/texts/'
231
 
232
  def process_pdfs():
233
  # List all PDF files in the directory
 
227
  vector_db = gr.State()
228
  qa_chain = gr.State()
229
  collection_name = gr.State()
230
+ pdf_directory = '/home/user/app/pdfs/'
231
 
232
  def process_pdfs():
233
  # List all PDF files in the directory