ml_project/static/index.html
User Name 95826b438c init
2025-06-07 23:27:56 +02:00

17 lines
523 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Model Prediction Home</title>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
<div class="container" id="home">
<h1>Welcome to Meta Brain's Prediction Model</h1>
<p>Find out your predicted test score based on your hours of study.</p>
<a href="/predict">Go to Prediction Page</a>
</div>
</body>
</html>