Files
rasbt--python-machine-learn…/code/ch09/movieclassifier_with_update/templates/thanks.html
T
2026-07-13 13:38:23 +08:00

18 lines
339 B
HTML

<!doctype html>
<html>
<head>
<title>Movie Classification</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head>
<body>
<h3>Thank you for your feedback!</h3>
<div id='button'>
<form action="/">
<input type=submit value='Submit another review'>
</form>
</div>
</body>
</html>