Spaces:
Build error
Build error
| <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> |