Commit a15179e4 authored by IT19974156_Nawagamuwa.N.G.K's avatar IT19974156_Nawagamuwa.N.G.K 🥇

result.html

parent 303590c5
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ornamental Fish</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<style>
body {
font-family: Arial, sans-serif;
background-color: #f2f2f2;
margin: 0;
padding: 20px;
}
.divdisplay {
background-color: #ffffff;
padding: 20px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
max-width: 600px;
margin: 0 auto;
}
h1 {
font-size: 24px;
margin-bottom: 10px;
}
p {
font-size: 16px;
margin-bottom: 10px;
}
img {
width: 100px;
height: 100px;
border-radius: 5px;
}
</style>
</head>
<body>
<!-- Service Start -->
<div class="container-xxl py-5">
<div class="container-fluid">
<div class="divdisplay">
<p>Fish for Given Water Condition: {{ predictionFish }}</p>
</div>
<br>
<div class="divdisplay">
{% if img %}
<h1>Fish Image</h1>
<img src="data:image/jpeg;base64,{{ img }}" />
{% else %}
{% endif %}
<p>The Fish Status : {{ deadFishR }}</p>
</div>
</div>
<!-- Service End -->
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment