diff --git a/conekt/templates/tree.html b/conekt/templates/tree.html
index ac8b0b8..1a21da0 100644
--- a/conekt/templates/tree.html
+++ b/conekt/templates/tree.html
@@ -58,6 +58,7 @@ <h1>{{ tree.label }}: <strong>{{ tree.method.description }}</strong></h1>
             <div id="phyd3" style="height:600px">
                 <div id="chart-loader" style="widht:800px;height:600px"></div>
             </div>
+	    <p>(The heatmaps are normalized by row. <strong style="color:#fff08e">Light yellow</strong> cells indicate no/low expression, <strong style="color:#000682">dark blue</strong> cells show the maximum expression. <strong>White</strong> cells lacking a border are missing values.)</p>	
             <hr />
         </div>
 
@@ -170,4 +171,4 @@ <h1>{{ tree.label }}: <strong>{{ tree.method.description }}</strong></h1>
             });
         </script>
     {% endif %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}