임연수

tab emotion and break line at end of data

...@@ -28,16 +28,17 @@ ...@@ -28,16 +28,17 @@
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><br>anger : {{ row.faceAttributes.emotion.anger }}</p> 31 + <p> anger : {{ row.faceAttributes.emotion.anger }}</p>
32 - <p><br>contempt : {{ row.faceAttributes.emotion.contempt }}</p> 32 + <p> contempt : {{ row.faceAttributes.emotion.contempt }}</p>
33 - <p><br>disgust : {{ row.faceAttributes.emotion.disgust }}</p> 33 + <p> disgust : {{ row.faceAttributes.emotion.disgust }}</p>
34 - <p><br>fear : {{ row.faceAttributes.emotion.fear }}</p> 34 + <p> fear : {{ row.faceAttributes.emotion.fear }}</p>
35 - <p><br>happiness : {{ row.faceAttributes.emotion.happiness }}</p> 35 + <p> happiness : {{ row.faceAttributes.emotion.happiness }}</p>
36 - <p><br>neutral : {{ row.faceAttributes.emotion.neutral }}</p> 36 + <p> neutral : {{ row.faceAttributes.emotion.neutral }}</p>
37 - <p><br>sadness : {{ row.faceAttributes.emotion.sadness }}</p> 37 + <p> sadness : {{ row.faceAttributes.emotion.sadness }}</p>
38 - <p><br>surprise : {{ row.faceAttributes.emotion.surprise }}</p> 38 + <p> surprise : {{ row.faceAttributes.emotion.surprise }}</p>
39 <p>bald : {{ row.faceAttributes.hair.bald }}</p> 39 <p>bald : {{ row.faceAttributes.hair.bald }}</p>
40 <p>accessories : {{ row.faceAttributes.accessories}}</p> 40 <p>accessories : {{ row.faceAttributes.accessories}}</p>
41 + <br><br>
41 </div> 42 </div>
42 43
43 </div> 44 </div>
......