diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-13 00:54:13 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-13 00:54:13 +0100 |
| commit | 47b6ae0f8ad2f49692222bb0c800e7ba1eb4b94b (patch) | |
| tree | 0206451c15aec72128003d0e953a55b40b81b9a8 /client/faceAnalysis/faceAnalysis.query.js | |
| parent | bb7efd0af0db8183b5b3f96ac0de1bfd9cd249ae (diff) | |
face info page
Diffstat (limited to 'client/faceAnalysis/faceAnalysis.query.js')
| -rw-r--r-- | client/faceAnalysis/faceAnalysis.query.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/faceAnalysis/faceAnalysis.query.js b/client/faceAnalysis/faceAnalysis.query.js index 86dbe1ae..6b92b70d 100644 --- a/client/faceAnalysis/faceAnalysis.query.js +++ b/client/faceAnalysis/faceAnalysis.query.js @@ -57,8 +57,8 @@ class FaceAnalysisQuery extends Component { {'Put yourself under the microscope of various facial recognition algorithms. See what can be determined from a photo.'} </p> <ol> - <li>Upload a photo of yourself</li> - <li>{'Your search data is never stored and immediately cleared '} + <li>Upload a photo of yourself and be judged by the algorithm</li> + <li>{'Your search data is only stored for the duration of this analysis and is immediately cleared '} {'once you leave this page.'}</li> </ol> <p> |
