about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/templates/test_wgcna_results.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/test_wgcna_results.html b/wqflask/wqflask/templates/test_wgcna_results.html
index 1dddd393..952f479e 100644
--- a/wqflask/wqflask/templates/test_wgcna_results.html
+++ b/wqflask/wqflask/templates/test_wgcna_results.html
@@ -70,6 +70,10 @@
 }
 </style>
 <div class="container">
+    {% if  error!='null' %}
+     <h4 style="text-align: center;">{{error}}</h4>
+
+    {% else %}
     <div>
         <div >
             <h2 style="text-align:center">Soft Thresholds </h2>
@@ -110,6 +114,9 @@
              <table id="phenos" class="display"  width="40vw" ></table>
         </div>
     </div>
+
+{% endif %}
+
 </div>
 
 {% endblock %}