ikraamkb commited on
Commit
d45a56b
·
verified ·
1 Parent(s): 764b662

Update static/application.js

Browse files
Files changed (1) hide show
  1. static/application.js +1 -1
static/application.js CHANGED
@@ -119,7 +119,7 @@ document.addEventListener("DOMContentLoaded", () => {
119
  formData.append("file", selectedFile);
120
 
121
  try {
122
- const response = await fetch("/predict", {
123
  method: "POST",
124
  body: formData
125
  });
 
119
  formData.append("file", selectedFile);
120
 
121
  try {
122
+ const response = await fetch("/qtAnswering/predict", {
123
  method: "POST",
124
  body: formData
125
  });