Spaces:
Runtime error
Runtime error
Update templates/gui.html
Browse files- templates/gui.html +1 -1
templates/gui.html
CHANGED
|
@@ -33,7 +33,7 @@ function processPdf() {
|
|
| 33 |
formData.append('keyword', JSON.stringify(keyword));
|
| 34 |
|
| 35 |
// Send the data to the Flask server
|
| 36 |
-
fetch('/
|
| 37 |
method: 'POST',
|
| 38 |
body: formData,
|
| 39 |
})
|
|
|
|
| 33 |
formData.append('keyword', JSON.stringify(keyword));
|
| 34 |
|
| 35 |
// Send the data to the Flask server
|
| 36 |
+
fetch('/apiNBSData', {
|
| 37 |
method: 'POST',
|
| 38 |
body: formData,
|
| 39 |
})
|