Marthee commited on
Commit
6aef526
·
verified ·
1 Parent(s): 40444d4

Update templates/gui.html

Browse files
Files changed (1) hide show
  1. templates/gui.html +1 -1
templates/gui.html CHANGED
@@ -31,7 +31,7 @@ function processPdf() {
31
  const formData = new FormData();
32
  formData.append('pdf_link', pdfLink);
33
  formData.append('keyword', JSON.stringify(keyword));
34
-
35
  // Send the data to the Flask server
36
  fetch('/apiNBSData', {
37
  method: 'POST',
 
31
  const formData = new FormData();
32
  formData.append('pdf_link', pdfLink);
33
  formData.append('keyword', JSON.stringify(keyword));
34
+ console.log('ay haga pleaseee')
35
  // Send the data to the Flask server
36
  fetch('/apiNBSData', {
37
  method: 'POST',