Anmol58 commited on
Commit
bf1d69a
·
verified ·
1 Parent(s): eb83769

Create template/index.html

Browse files
Files changed (1) hide show
  1. template/index.html +13 -0
template/index.html ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <title>predicting iris flower species</title>
3
+ <body>
4
+ <label>sepal length:</label>
5
+ <input type='text' name='s1' placeholder='sepal_length'><br>
6
+ <label>sepal width:</label>
7
+ <input type='text' name='s2' placeholder='sepal_width'><br>
8
+ <label> patallength:</label>
9
+ <input type='text' name='s3' placeholder='patallength'><br>
10
+ <label>patalwidth:</label>
11
+ <input type='text' name='s4' placeholder+'patallength'><br>
12
+ </label></body>
13
+ </html>