File size: 247 Bytes
51b15d1
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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>