File size: 226 Bytes
cf16477 |
1 2 3 4 5 6 7 8 9 10 11 12 |
<!doctype html>
<html lang="en">
<head>
<title>Sentiment Analysis Result</title>
</head>
<body>
<h2>Sentiment Analysis Result</h2>
<p>Sentiment: {{ sentiment }}</p>
<a href="/">Back to Home</a>
</body>
</html>
|