hbhamzabaig commited on
Commit
8f77772
·
verified ·
1 Parent(s): 745b5b5

Update app.py

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