Spaces:
Sleeping
Sleeping
<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> | |