Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def load_summarization_pipeline():
|
|
21 |
summarizer = load_summarization_pipeline()
|
22 |
|
23 |
# Dictionary of Hugging Face PDF URLs grouped by folders
|
24 |
-
PDF_FOLDERS = {
|
25 |
# Add folder-specific lists of PDF URLs as shown above
|
26 |
}
|
27 |
|
|
|
21 |
summarizer = load_summarization_pipeline()
|
22 |
|
23 |
# Dictionary of Hugging Face PDF URLs grouped by folders
|
24 |
+
PDF_FOLDERS = { "https://huggingface.co/spaces/ZeeAI1/PKLaws/tree/main/documents1"
|
25 |
# Add folder-specific lists of PDF URLs as shown above
|
26 |
}
|
27 |
|