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