Brightsun10 commited on
Commit
56b1c5f
·
verified ·
1 Parent(s): 4be1084

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +1 -1
static/index.html CHANGED
@@ -100,7 +100,7 @@
100
  resultsContainer.appendChild(resDiv);
101
 
102
  try {
103
- const response = await fetch('${window.location.origin}/predict', {
104
  method: 'POST',
105
  body: formData
106
  });
 
100
  resultsContainer.appendChild(resDiv);
101
 
102
  try {
103
+ const response = await fetch(`${window.location.origin}/predict`, {
104
  method: 'POST',
105
  body: formData
106
  });