임연수

tab emotion and break line at end of data

......@@ -28,16 +28,17 @@
<p>gender : {{ row.faceAttributes.gender }}</p>
<p>age : {{ row.faceAttributes.age }}</p>
<p>emotion : </p>
<p><br>anger : {{ row.faceAttributes.emotion.anger }}</p>
<p><br>contempt : {{ row.faceAttributes.emotion.contempt }}</p>
<p><br>disgust : {{ row.faceAttributes.emotion.disgust }}</p>
<p><br>fear : {{ row.faceAttributes.emotion.fear }}</p>
<p><br>happiness : {{ row.faceAttributes.emotion.happiness }}</p>
<p><br>neutral : {{ row.faceAttributes.emotion.neutral }}</p>
<p><br>sadness : {{ row.faceAttributes.emotion.sadness }}</p>
<p><br>surprise : {{ row.faceAttributes.emotion.surprise }}</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>
<p>bald : {{ row.faceAttributes.hair.bald }}</p>
<p>accessories : {{ row.faceAttributes.accessories}}</p>
<br><br>
</div>
</div>
......