okeowo1014's picture
Upload 3 files
51b15d1 verified
raw
history blame contribute delete
No virus
247 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Result</title>
</head>
<body>
<h1>Prediction Result</h1>
<p>Predicted Class: {{ predicted_class }}</p>
<p>Class Label: {{ class_label }}</p>
</body>
</html>