From a4619c59d9d7f71dd6679b7e40ed86987d6e491a Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 6 Aug 2020 12:16:50 +0530 Subject: added chem drawer --- app/templates/generate.html | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'app/templates/generate.html') diff --git a/app/templates/generate.html b/app/templates/generate.html index f187046..c034bd3 100644 --- a/app/templates/generate.html +++ b/app/templates/generate.html @@ -10,6 +10,10 @@ {{ form.n.label }} {{ form.n(class="form-control")}} +
@@ -17,8 +21,23 @@ {% if result %} - what the frick - {{result}} + Generated Compounds + + + {% for x in range(result|length) %} + +

{{result[x]}}

+ + + {% endfor %} {% endif %} {% endblock %} \ No newline at end of file -- cgit v1.2.3