Ashrafb commited on
Commit
58fd8ff
·
verified ·
1 Parent(s): 1ad680e

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +1 -1
static/index.html CHANGED
@@ -36,7 +36,7 @@
36
  });
37
  if (response.ok) {
38
  let result = await response.json();
39
- document.getElementById('caption').innerText = result.result;
40
  document.getElementById('result').style.display = 'block';
41
  hideLoadingIndicator();
42
  } else {
 
36
  });
37
  if (response.ok) {
38
  let result = await response.json();
39
+ document.getElementById('caption').innerText = result.caption;
40
  document.getElementById('result').style.display = 'block';
41
  hideLoadingIndicator();
42
  } else {