File size: 934 Bytes
ef5cc0b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
    <title>Index</title>
</head>
<body>
    <div>
        <h1 style="background-color:LightGray;">
            <center>Expression Recognition</center>
        </h1>
    </div>
    <div>
        <fieldset>
        <ul>
            <!li>
            <br>
            <form action="/predict_expr_recognition/" enctype="multipart/form-data" method="post">
                <span style="font-weight:bold;font-family:sans-serif">Upload Image:</span> <br><br>
                <input name="file4" type="file" onchange="readURL(this);" />
                <br><br><br>
                <button type="submit">Recognize Expression</button>
            </form>
            <!/li>
            <br><br>
            <form action="/" method="get">
                <button type="submit">Home</button>
            </form>
        </ul>
        </fieldset>
    </div>
</body>
</html>