Mishmosh commited on
Commit
2a9eceb
1 Parent(s): 6d6b319

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -214,7 +214,7 @@ def read_pdf(pdf_path):
214
  #drive.mount('/content/drive')
215
  #read PDF
216
 
217
- pdf_path = 'https://huggingface.co/spaces/Mishmosh/MichelleAssessment3/blob/main/Article%2011%20Hidden%20Technical%20Debt%20in%20Machine%20Learning%20Systems.pdf' #article 11
218
 
219
  text_per_page = read_pdf(pdf_path)
220
 
 
214
  #drive.mount('/content/drive')
215
  #read PDF
216
 
217
+ pdf_path = 'https://www.ohchr.org/sites/default/files/Documents/HRBodies/HRCouncil/CoIGaza/israel.pdf' #article 11
218
 
219
  text_per_page = read_pdf(pdf_path)
220