about summary refs log tree commit diff
path: root/templates
diff options
context:
space:
mode:
authorPjotr Prins2026-04-05 17:59:29 +0200
committerPjotr Prins2026-04-05 17:59:29 +0200
commitbbeb25ba4c25151f841f937bfbe0c4c0cd77f8c4 (patch)
treeb40f61e265560f22a392f2b64cc2521fc93dab77 /templates
parent59de73d7b09f2f398d8e043ffcb8b586e1d50bc5 (diff)
downloadgenecup-bbeb25ba4c25151f841f937bfbe0c4c0cd77f8c4.tar.gz
Use template to show intermediate phase
Diffstat (limited to 'templates')
-rw-r--r--templates/call-gemini.html11
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 %}