philipobiorah's picture
upload result.html templates
cf16477 verified
raw
history blame contribute delete
226 Bytes
<!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>