From 4042248ef0571d7cbd046cbc655be76050bdf156 Mon Sep 17 00:00:00 2001
From: "Olabarrieta Palacios, Ignacio" <ignacio.olabarrieta@tecnalia.com>
Date: Tue, 13 Dec 2022 09:22:30 +0100
Subject: [PATCH] documenting

---
 .../tecnalia-module/bike-analysis/bike-analysis.component.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/app/pages/tecnalia-module/bike-analysis/bike-analysis.component.html b/src/app/pages/tecnalia-module/bike-analysis/bike-analysis.component.html
index 8b038f49..df3dda45 100644
--- a/src/app/pages/tecnalia-module/bike-analysis/bike-analysis.component.html
+++ b/src/app/pages/tecnalia-module/bike-analysis/bike-analysis.component.html
@@ -229,7 +229,8 @@
                     show up in the table, the user should press the reload button to be able to see it.</li>
                 <li><b>Calendar:</b> The calendar is used to choose the day to be predicted, or the starting day of the period to be predicted. 
                     This is used once the models have been trainned. By default the selected day corresponds to the current day. Notice that if a prediction 
-                    that involves weather is required only a few days (4 days) in the future are susceptible to be predicted.</li>
+                    that involves weather is required only a few days (4 days) in the future are susceptible to be predicted. In that particular case the not 
+                    allowed days are grey out showing that it cannot be selected.</li>
                 <li><b>Matrix Output:</b> Shows the predicted matrix at a future instance of time, actual hour can be chosen by a slider that can be found 
                     inmediately above this matrix.</li>
                 </ul>
-- 
GitLab