Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
22 |
-
"https://huggingface.co/spaces/tahirsher/GenAI_Lawyers_Guide/blob/main/
|
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 |
|