Update templates/index.html
Browse files- templates/index.html +5 -0
templates/index.html
CHANGED
@@ -10,6 +10,11 @@
|
|
10 |
</head>
|
11 |
<body>
|
12 |
<div class="container">
|
|
|
|
|
|
|
|
|
|
|
13 |
<header>
|
14 |
<h1>Answer Evaluation System</h1>
|
15 |
<p>Upload images of question, student answer, and reference answer for evaluation</p>
|
|
|
10 |
</head>
|
11 |
<body>
|
12 |
<div class="container">
|
13 |
+
<div style="background-color: #fff8dc; border: 1px solid #f0c36d; padding: 10px; border-radius: 5px; margin-bottom: 20px;">
|
14 |
+
⚠️ <strong>Note:</strong> This is a prototype model trained on limited data. Accuracy may vary.<br>
|
15 |
+
Try the sample image files below to see expected performance.
|
16 |
+
</div>
|
17 |
+
|
18 |
<header>
|
19 |
<h1>Answer Evaluation System</h1>
|
20 |
<p>Upload images of question, student answer, and reference answer for evaluation</p>
|