Update sentiments.html
Browse files- sentiments.html +0 -2
sentiments.html
CHANGED
|
@@ -121,8 +121,6 @@
|
|
| 121 |
const textFieldValue = document.getElementById("sentimentText").value.trim();
|
| 122 |
|
| 123 |
const result = await sentimentAnalysis(textFieldValue);
|
| 124 |
-
// test
|
| 125 |
-
console.log(result);
|
| 126 |
|
| 127 |
document.getElementById("outputArea").innerText = JSON.stringify(result, null, 2);
|
| 128 |
}
|
|
|
|
| 121 |
const textFieldValue = document.getElementById("sentimentText").value.trim();
|
| 122 |
|
| 123 |
const result = await sentimentAnalysis(textFieldValue);
|
|
|
|
|
|
|
| 124 |
|
| 125 |
document.getElementById("outputArea").innerText = JSON.stringify(result, null, 2);
|
| 126 |
}
|