ez7051 commited on
Commit
457761e
·
verified ·
1 Parent(s): 63a8319

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -46,6 +46,7 @@ print("Loading Documents")
46
  # # Extract the text
47
  # text = pdf.extract_text()
48
  # print(text)
 
49
 
50
  # reader = PyPDFLoader("Data_Quality_Matters_A_Case_Study_on_Data_Label_Correctness_for_Security_Bug_Report_Prediction.pdf")
51
  reader = PyPDFLoader("Inconsistent_Defect_Labels_Essence_Causes_and_Influence.pdf")
 
46
  # # Extract the text
47
  # text = pdf.extract_text()
48
  # print(text)
49
+ #
50
 
51
  # reader = PyPDFLoader("Data_Quality_Matters_A_Case_Study_on_Data_Label_Correctness_for_Security_Bug_Report_Prediction.pdf")
52
  reader = PyPDFLoader("Inconsistent_Defect_Labels_Essence_Causes_and_Influence.pdf")