File size: 426 Bytes
2cd1f6b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
    <title>Prediction Result</title>
</head>
<body>
    <h1>Prediction Result</h1>
    <p>Sepal Length: {{ sepal_length }}</p>
    <p>Sepal Width: {{ sepal_width }}</p>
    <p>Petal Length: {{ petal_length }}</p>
    <p>Petal Width: {{ petal_width }}</p>
    <h2>Predicted Class: {{ predicted_class_name }} (Class ID: {{ predicted_class }})</h2>
    <a href="/">Predict Again</a>
</body>
</html>