From cfa7ae936935010f77eaddd561ff1c0857a3c6f0 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 31 Jul 2020 22:23:41 +0530 Subject: =?UTF-8?q?forgot=20generate.html=20=F0=9F=98=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/generate.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/templates/generate.html (limited to 'app/templates') diff --git a/app/templates/generate.html b/app/templates/generate.html new file mode 100644 index 0000000..f187046 --- /dev/null +++ b/app/templates/generate.html @@ -0,0 +1,24 @@ +{% extends 'base.html' %} + +{% block main %} +

Curie Generate

+

The model {{expName}} has been trained for {{epochs}} epochs using the {{optimizer}} optimization algorithm

+
+ {% include 'flash_messages.html' %} + {{ form.csrf_token }} +
+ {{ form.n.label }} + {{ form.n(class="form-control")}} +
+
+
+ +
+
+ + {% if result %} + what the frick + {{result}} + {% endif %} + +{% endblock %} \ No newline at end of file -- cgit v1.2.3