diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-13 23:25:36 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-13 23:25:36 +0100 |
| commit | 208139ce2be2b19170ceb9ea4acb00246bb96e83 (patch) | |
| tree | 716f38b1486b5e096319040b42c3b93c16eeebc2 /client | |
| parent | 13655c42f9dd844a68f8c60a614641cdfa4c4277 (diff) | |
face analysis
Diffstat (limited to 'client')
| -rw-r--r-- | client/faceAnalysis/faceAnalysis.result.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/faceAnalysis/faceAnalysis.result.js b/client/faceAnalysis/faceAnalysis.result.js index e7a4c6de..9d77f258 100644 --- a/client/faceAnalysis/faceAnalysis.result.js +++ b/client/faceAnalysis/faceAnalysis.result.js @@ -109,7 +109,7 @@ class FaceAnalysisResult extends Component { </table> )} <div className="about"> - <small>Step {step} / {total} {message}</small> + <small>Step {step} / {total} {message}</small><br /> <small>Query {step === total ? 'took' : 'timer:'} {(timing / 1000).toFixed(2)} s.</small> </div> </div> |
