임연수

modify tab at emotion

......@@ -28,14 +28,16 @@
<p>gender : {{ row.faceAttributes.gender }}</p>
<p>age : {{ row.faceAttributes.age }}</p>
<p>emotion : </p>
<p> anger : {{ row.faceAttributes.emotion.anger }}</p>
<p> contempt : {{ row.faceAttributes.emotion.contempt }}</p>
<p> disgust : {{ row.faceAttributes.emotion.disgust }}</p>
<p> fear : {{ row.faceAttributes.emotion.fear }}</p>
<p> happiness : {{ row.faceAttributes.emotion.happiness }}</p>
<p> neutral : {{ row.faceAttributes.emotion.neutral }}</p>
<p> sadness : {{ row.faceAttributes.emotion.sadness }}</p>
<p> surprise : {{ row.faceAttributes.emotion.surprise }}</p>
<blockquote>
<p>anger : {{ row.faceAttributes.emotion.anger }}</p>
<p>contempt : {{ row.faceAttributes.emotion.contempt }}</p>
<p>disgust : {{ row.faceAttributes.emotion.disgust }}</p>
<p>fear : {{ row.faceAttributes.emotion.fear }}</p>
<p>happiness : {{ row.faceAttributes.emotion.happiness }}</p>
<p>neutral : {{ row.faceAttributes.emotion.neutral }}</p>
<p>sadness : {{ row.faceAttributes.emotion.sadness }}</p>
<p>surprise : {{ row.faceAttributes.emotion.surprise }}</p>
</blockquote>
<p>bald : {{ row.faceAttributes.hair.bald }}</p>
<p>accessories : {{ row.faceAttributes.accessories}}</p>
<br><br>
......