aibmedia commited on
Commit
a74ce7e
·
verified ·
1 Parent(s): c447aba

Update templates/similarity_1.html

Browse files
Files changed (1) hide show
  1. templates/similarity_1.html +1 -0
templates/similarity_1.html CHANGED
@@ -37,6 +37,7 @@
37
  "Today is a sunny day"
38
  ]
39
  }}).then((response) => {
 
40
  console.log(JSON.stringify(response));
41
  });
42
 
 
37
  "Today is a sunny day"
38
  ]
39
  }}).then((response) => {
40
+ console.log("async callback")
41
  console.log(JSON.stringify(response));
42
  });
43