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