tahirsher commited on
Commit
293af25
1 Parent(s): ed56b0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,8 +18,8 @@ embedding_model = AutoModel.from_pretrained("sentence-transformers/all-MiniLM-L6
18
 
19
  # List of Hugging Face PDF URLs
20
  PDF_URLS = [
21
- "https://huggingface.co/spaces/tahirsher/GenAI_Lawyers_Guide/blob/main/bi-partite.pdf",
22
- "https://huggingface.co/spaces/tahirsher/GenAI_Lawyers_Guide/blob/main/bi%20pat%20graphs.pdf",
23
  # Add more document links as needed
24
  ]
25
 
 
18
 
19
  # List of Hugging Face PDF URLs
20
  PDF_URLS = [
21
+ "https://huggingface.co/spaces/tahirsher/GenAI_Lawyers_Guide/blob/main/administrator92ada0936848e501425591b4ad0cd417.pdf",
22
+ "https://huggingface.co/spaces/tahirsher/GenAI_Lawyers_Guide/blob/main/Pakistan%20Penal%20Code.pdf",
23
  # Add more document links as needed
24
  ]
25