herMaster commited on
Commit
9a6ea9a
1 Parent(s): 900d62c

updated pdf path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ def chat(file, question):
126
  return chunks
127
 
128
 
129
- pdf_path = './100 Weird Facts About the Human Body.pdf'
130
 
131
 
132
  reader = PdfReader(pdf_path)
 
126
  return chunks
127
 
128
 
129
+ pdf_path = file
130
 
131
 
132
  reader = PdfReader(pdf_path)