Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ update_chart()
|
|
71 |
|
72 |
|
73 |
# PDF Processing for Chatbot Context (Pre-Provided PDF)
|
74 |
-
pdf_path = "Natural%20Disaster%20Safety%20Manual.pdf" # Ensure this file is in the same directory as app.py
|
75 |
|
76 |
pdf_reader = PdfReader(pdf_path)
|
77 |
raw_text = ""
|
|
|
71 |
|
72 |
|
73 |
# PDF Processing for Chatbot Context (Pre-Provided PDF)
|
74 |
+
pdf_path = "https://huggingface.co/spaces/shah1zil/BeaconAI/blob/main/Natural%20Disaster%20Safety%20Manual.pdf" # Ensure this file is in the same directory as app.py
|
75 |
|
76 |
pdf_reader = PdfReader(pdf_path)
|
77 |
raw_text = ""
|