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 %} +
The model {{expName}} has been trained for {{epochs}} epochs using the {{optimizer}} optimization algorithm
+ + + {% if result %} + what the frick + {{result}} + {% endif %} + +{% endblock %} \ No newline at end of file