Spaces:
Running
Running
Update sentiments.html
Browse files- sentiments.html +2 -0
sentiments.html
CHANGED
@@ -121,6 +121,8 @@
|
|
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 |
}
|
|
|
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 |
}
|