File size: 490 Bytes
43080b4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sentiment and Entity Analysis</title>
</head>
<body>
<h1>Sentiment and Entity Analysis Tool</h1>
<form action="/analyze" method="post">
<textarea name="comments" rows="5" cols="50" placeholder="Enter your comments here..." required></textarea><br>
<input type="submit" value="Analyze">
</form>
</body>
</html> |