diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/call-gemini.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/call-gemini.html b/templates/call-gemini.html new file mode 100644 index 0000000..29a50d8 --- /dev/null +++ b/templates/call-gemini.html @@ -0,0 +1,11 @@ +{% extends "layout.html" %} +{% block content %} + +<meta http-equiv="refresh" content="1; url={{ url }}"> + +<br> +<h3>Calling Gemini API...</h3> +<p>Classifying {{ count }} sentences as cellular/organismal stress.</p> +<p>Please wait, this page will refresh automatically.</p> + +{% endblock %} |
