12 lines
246 B
HTML
12 lines
246 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Student Clusters</title>
|
|
</head>
|
|
<body>
|
|
<h1>Student Clusters</h1>
|
|
<img src="data:image/png;base64,{{ clusters_image }}" alt="Student Clusters">
|
|
</body>
|
|
</html>
|