core-crew/templates/processing.html
Mahesh Kommareddi fc2c279836 Various updates
2024-06-15 13:41:25 -04:00

13 lines
394 B
HTML

<!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>