ZeeAI1 commited on
Commit
4766737
·
verified ·
1 Parent(s): 95fdb99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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