File size: 416 Bytes
1918f2b
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
   <body bgcolor="#00cccc">
      <center>
         <br><br><br>
         <form action="http://127.0.0.1:8000/predict" method="post">
            <p><h3>Enter Image:</h3></p>
            Name :<p><input type="text" name="name" /></p><br>
            Age :<p><input type="text" name="age" /></p><br>
            <p><input type="submit" value="submit" /></p>
         </form>
      </center>
   </body>
</html>