Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ import re
|
|
24 |
|
25 |
list_llm = ["mistralai/Mistral-7B-Instruct-v0.2"]
|
26 |
list_llm_simple = [os.path.basename(llm) for llm in list_llm]
|
27 |
-
pdf_url = "https://huggingface.co/spaces/CCCDev/PDFChat/resolve/main/
|
28 |
|
29 |
|
30 |
# Load PDF document and create doc splits
|
|
|
24 |
|
25 |
list_llm = ["mistralai/Mistral-7B-Instruct-v0.2"]
|
26 |
list_llm_simple = [os.path.basename(llm) for llm in list_llm]
|
27 |
+
pdf_url = "https://huggingface.co/spaces/CCCDev/PDFChat/resolve/main/Privacy-Policy%20(1).pdf" # Replace with your static PDF URL or path
|
28 |
|
29 |
|
30 |
# Load PDF document and create doc splits
|