Spaces:
Sleeping
Sleeping
Update templates/similarity_1.html
Browse files
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 |
|