RegionClassifier / templates /prediction.html
nehalelkaref's picture
Update templates/prediction.html
01c75a7
raw
history blame contribute delete
250 Bytes
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename= 'CSS/home.css')}}">
</head>
<body>
{% if output == "GULF": %}
<p class="output-statement">{{output}}</p>
{% endif %}
</body>
</html>