File size: 276 Bytes
01f65eb
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
    <body>
        <h1>Sentiment Prediction</h1>
        <form action = "/predict" method = "POST">
            <input type = "text" name = "text" /></p>
            <p><input type = "submit" value = "PREDICT" /></p>
         </form>
    </body>
</html>