modelgabut / templates /index.html
alvi123's picture
initial commit
ce6a7fd
raw
history blame contribute delete
416 Bytes
<html >
<head>
<title>Predict the Weight</title>
</head>
<body>
<div>
<h1>Predict Weight</h1>
<form action="{{ url_for('getprediction')}}"method="post">
<input type="text" name="height" placeholder="Height" required="required" />
<button type="submit" class="btn btn-primary btn-block btn-large">getprediction</button>
</form>
<br>
<br>
{{ output }}
</div>
</body>
</html>