boazchung commited on
Commit
06cdd31
1 Parent(s): 98a5dac

Update sentiments.html

Browse files
Files changed (1) hide show
  1. 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
  }