Graduate

Update UI

......@@ -153,7 +153,7 @@ function main()
cv.rectangle(dst, point1, point2, [0, 255, 0, 255], 8);
b64encoded = tempCanvas.toDataURL("image/jpeg", 1.0);
toggle_streaming();
change_notice("촬영 완료! 정보를 등록해주세요");
change_notice("촬영 완료! 정보를 등록해주세요<br>제대로 촬영되지 않은 경우 버튼을 눌러 다시 촬영할 수 있습니다.");
activate_sender();
}
}
......