RegionClassifier / templates /prediction.html
nehalelkaref's picture
Update templates/prediction.html
32e8999
raw
history blame
153 Bytes
<!DOCTYPE html>
<html>
<head>
</head>
<body>
{% if output == "GULF": %}
<p class="output-statement">{{output}}</p>
{% endif %}
</body>
</html>