Spaces:
Sleeping
Sleeping
File size: 236 Bytes
0157ea9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Decision</title>
</head>
<body>
<h1>AI Decision</h1>
<p>{{ decision }}</p>
<a href="/dashboard">Back to Dashboard</a>
</body>
</html>
|