From bbeb25ba4c25151f841f937bfbe0c4c0cd77f8c4 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 5 Apr 2026 17:59:29 +0200 Subject: Use template to show intermediate phase --- templates/call-gemini.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/call-gemini.html (limited to 'templates') 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 %} + + + +
+

Calling Gemini API...

+

Classifying {{ count }} sentences as cellular/organismal stress.

+

Please wait, this page will refresh automatically.

+ +{% endblock %} -- cgit 1.4.1