CCCDev commited on
Commit
289eb4a
·
verified ·
1 Parent(s): a9f9a8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/Data-privacy-policy.pdf" # Replace with your static PDF URL or path
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