MikeCraBash commited on
Commit
f4505d5
1 Parent(s): a520d79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -19,7 +19,8 @@ load_dotenv()
19
  from langchain.document_loaders import PyMuPDFLoader
20
 
21
  # Adjust the URL to the direct download format
22
- file_id = "1JeA-w4kvbI3GHk9Dh_j19_Q0JUDE7hse"
 
23
  # file_id = "12cvKg19CJf-wt98q5sPJctjp5fW-nsh6" //Used for MLOps Meetup
24
  direct_url = f"https://drive.google.com/uc?export=download&id={file_id}"
25
 
 
19
  from langchain.document_loaders import PyMuPDFLoader
20
 
21
  # Adjust the URL to the direct download format
22
+ file_id = "1UQnaQjBKKyWAiLdr6UlwSJovOp9zDdxr"
23
+ #file_id = "1JeA-w4kvbI3GHk9Dh_j19_Q0JUDE7hse"
24
  # file_id = "12cvKg19CJf-wt98q5sPJctjp5fW-nsh6" //Used for MLOps Meetup
25
  direct_url = f"https://drive.google.com/uc?export=download&id={file_id}"
26