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

result

parent e840af63
<!doctype html>
<html>
<style>
body {
background-image: url("../static/background.jpg");
background-size: auto;
background-repeat: no-repeat;
}
.divdisplay {
position: relative;
left: 25%;
right:25%;
border-radius: 5px;
background-color: #ebedf779;
padding: 20px;
width: 50rem;
height: auto;
position: absolute;
align-items: center;
}
h1 {
text-align: center;
}
</style>
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<title>The results</title>
</head>
<body>
<br><br>
<div class="divdisplay">
<h1 class="display-7">The Suggested Fish for Given Water Condition is : {{ prediction }} </h1>
<br>
</div>
</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