임연수

modify tab at emotion

...@@ -28,14 +28,16 @@ ...@@ -28,14 +28,16 @@
28 <p>gender : {{ row.faceAttributes.gender }}</p> 28 <p>gender : {{ row.faceAttributes.gender }}</p>
29 <p>age : {{ row.faceAttributes.age }}</p> 29 <p>age : {{ row.faceAttributes.age }}</p>
30 <p>emotion : </p> 30 <p>emotion : </p>
31 - <p> anger : {{ row.faceAttributes.emotion.anger }}</p> 31 + <blockquote>
32 - <p> contempt : {{ row.faceAttributes.emotion.contempt }}</p> 32 + <p>anger : {{ row.faceAttributes.emotion.anger }}</p>
33 - <p> disgust : {{ row.faceAttributes.emotion.disgust }}</p> 33 + <p>contempt : {{ row.faceAttributes.emotion.contempt }}</p>
34 - <p> fear : {{ row.faceAttributes.emotion.fear }}</p> 34 + <p>disgust : {{ row.faceAttributes.emotion.disgust }}</p>
35 - <p> happiness : {{ row.faceAttributes.emotion.happiness }}</p> 35 + <p>fear : {{ row.faceAttributes.emotion.fear }}</p>
36 - <p> neutral : {{ row.faceAttributes.emotion.neutral }}</p> 36 + <p>happiness : {{ row.faceAttributes.emotion.happiness }}</p>
37 - <p> sadness : {{ row.faceAttributes.emotion.sadness }}</p> 37 + <p>neutral : {{ row.faceAttributes.emotion.neutral }}</p>
38 - <p> surprise : {{ row.faceAttributes.emotion.surprise }}</p> 38 + <p>sadness : {{ row.faceAttributes.emotion.sadness }}</p>
39 + <p>surprise : {{ row.faceAttributes.emotion.surprise }}</p>
40 + </blockquote>
39 <p>bald : {{ row.faceAttributes.hair.bald }}</p> 41 <p>bald : {{ row.faceAttributes.hair.bald }}</p>
40 <p>accessories : {{ row.faceAttributes.accessories}}</p> 42 <p>accessories : {{ row.faceAttributes.accessories}}</p>
41 <br><br> 43 <br><br>
......