Marthee commited on
Commit
ef23e5b
·
verified ·
1 Parent(s): d4887a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -72,8 +72,6 @@ def NBSData():
72
  pdfLink = data.get('filePath')
73
  keyword = data.get('NBS_List')
74
 
75
- print(pdfLink,keyword)
76
- receive_pdf_data( pdfLink, keyword )
77
  if not pdfLink or not keyword:
78
  return jsonify({"error": "Both 'pdfLink' and 'keyword' must be provided."}), 400
79
 
 
72
  pdfLink = data.get('filePath')
73
  keyword = data.get('NBS_List')
74
 
 
 
75
  if not pdfLink or not keyword:
76
  return jsonify({"error": "Both 'pdfLink' and 'keyword' must be provided."}), 400
77