MikeCraBash commited on
Commit
dc46542
·
verified ·
1 Parent(s): 229a240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -23,8 +23,6 @@ from langchain.document_loaders import PyMuPDFLoader
23
  file_id = "12cvKg19CJf-wt98q5sPJctjp5fW-nsh6"
24
  direct_url = f"https://drive.google.com/uc?export=download&id={file_id}"
25
 
26
- https://drive.google.com/file/d/12cvKg19CJf-wt98q5sPJctjp5fW-nsh6/view?usp=sharing
27
-
28
  # Now load the document using the direct URL
29
  docs = PyMuPDFLoader(direct_url).load()
30
 
 
23
  file_id = "12cvKg19CJf-wt98q5sPJctjp5fW-nsh6"
24
  direct_url = f"https://drive.google.com/uc?export=download&id={file_id}"
25
 
 
 
26
  # Now load the document using the direct URL
27
  docs = PyMuPDFLoader(direct_url).load()
28