<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> |