diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-27 16:57:21 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-27 16:57:21 +0000 |
| commit | bfe5e2b879b6b7e1ceb1bfab265dd035ffc611d2 (patch) | |
| tree | 47b90685f0c5ba8eeb740c7ff10df2afd8ac1b4a /app | |
| parent | Make boot script more robust to database being offline (diff) | |
| download | AnnotateChange-bfe5e2b879b6b7e1ceb1bfab265dd035ffc611d2.tar.gz AnnotateChange-bfe5e2b879b6b7e1ceb1bfab265dd035ffc611d2.zip | |
Emphasize abrupt change
Diffstat (limited to 'app')
| -rw-r--r-- | app/main/routes.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/main/routes.py b/app/main/routes.py index 3f9b953..e40b971 100644 --- a/app/main/routes.py +++ b/app/main/routes.py @@ -12,7 +12,8 @@ from app.models import Annotation, Task from app.main.datasets import load_data_for_chart RUBRIC = """ -<i>Please mark all the points in the time series where an abrupt change in +<i>Please mark all the points in the time series where an <b>abrupt change</b> +in the behaviour of the series occurs.</i> <br> If there are no such points, please click the <u>no changepoints</u> button. |
