Spaces:
Runtime error
Runtime error
Update templates/gui.html
Browse files- 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',
|