core-crew/templates/processing.html

13 lines
394 B
HTML
Raw Normal View History

2024-06-15 13:41:25 -04:00
<!DOCTYPE html>
<html>
<head>
<title>Content Generation Processing</title>
<meta http-equiv="refresh" content="5">
</head>
<body>
<h1>Content Generation Processing</h1>
<p>Your request for generating content on "{{ agenda }}" is being processed.</p>
<p>Task ID: {{ task_id }}</p>
<p>This page will refresh every 5 seconds to check the status.</p>
</body>
</html>