Marthee commited on
Commit
7f2a405
·
verified ·
1 Parent(s): 24a4024

Update templates/gui.html

Browse files
Files changed (1) hide show
  1. templates/gui.html +1 -1
templates/gui.html CHANGED
@@ -39,7 +39,7 @@ function processPdf() {
39
  const formData = new FormData();
40
  formData.append('pdf_link', pdfLink);
41
  formData.append('keyword', JSON.stringify(keyword));
42
-
43
  // Send the data to the Flask server
44
  fetch('/api/process-data', {
45
  method: 'POST',
 
39
  const formData = new FormData();
40
  formData.append('pdf_link', pdfLink);
41
  formData.append('keyword', JSON.stringify(keyword));
42
+ console.log(pdfLink,keyword)
43
  // Send the data to the Flask server
44
  fetch('/api/process-data', {
45
  method: 'POST',