Skip to content

Instantly share code, notes, and snippets.

@bharatc9530
Created June 29, 2020 12:30
Show Gist options
  • Save bharatc9530/e7d9b9a1daeeef651e57d4980d58c31a to your computer and use it in GitHub Desktop.
Save bharatc9530/e7d9b9a1daeeef651e57d4980d58c31a to your computer and use it in GitHub Desktop.
templates
<html>
<body bgcolor=#9d3bc4>
<center>
<h1> PREDICTION : </h1>
{%if data == 0%}
<h1>Iris-setosa</h1>
<img src='static\setosa.jpg'>
{%else%}
<h1>Iris-versicolor</h1>
<img src='static\verci.jpg'>
{%endif%}
<br><br>
<a href='/'>go back to home page</a>
</center>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment