blob: 29a50d869a43c713cb00d3e80ac70f746a9352d4 (
plain)
1
2
3
4
5
6
7
8
9
10
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 %}
|