Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -277,7 +277,7 @@ def read_pdf(pdf_path):
|
|
277 |
#pdf_path="C:/Users/Cristina/Documents/MDS/TERM1_AppliedArtificialIntelligence/Assesment3/hidden-technical-debt-in-machine-learning-systems-Paper.pdf"
|
278 |
#pdf_path2="C:/Users/Cristina/Documents/MDS/TERM1_AppliedArtificialIntelligence/Assesment3/1812_05944.pdf"
|
279 |
|
280 |
-
pdf_path=os.path.join(os.path.abspath(""), "hidden-technical-debt-in-machine-learning-systems-Paper")
|
281 |
pdf_path2=os.path.join(os.path.abspath(""), "1812_05944.pdf")
|
282 |
|
283 |
|
|
|
277 |
#pdf_path="C:/Users/Cristina/Documents/MDS/TERM1_AppliedArtificialIntelligence/Assesment3/hidden-technical-debt-in-machine-learning-systems-Paper.pdf"
|
278 |
#pdf_path2="C:/Users/Cristina/Documents/MDS/TERM1_AppliedArtificialIntelligence/Assesment3/1812_05944.pdf"
|
279 |
|
280 |
+
pdf_path=os.path.join(os.path.abspath(""), "hidden-technical-debt-in-machine-learning-systems-Paper.pdf")
|
281 |
pdf_path2=os.path.join(os.path.abspath(""), "1812_05944.pdf")
|
282 |
|
283 |
|