luulinh90s's picture
update
4faaa69
raw
history blame
665 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Experiment Completed</title>
<style>
/* ... (keep existing styles) ... */
</style>
</head>
<body>
<div class="container">
<h1>Thank you! πŸ˜ƒπŸ˜ƒπŸ˜ƒ</h1>
<p>Experiment completed! Your predictions have been recorded.</p>
<p>Prediction Accuracy: {{ accuracy }}%</p>
<p>Predicted TRUE: {{ true_percentage }}%</p>
<p>Predicted FALSE: {{ false_percentage }}%</p>
<div class="button-container">
<a href="/" style="text-decoration: none;">
<button>Back to Start Page</button>
</a>
</div>
</div>
</body>
</html>