Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +16 -16
templates/index.html
CHANGED
@@ -11,20 +11,6 @@
|
|
11 |
<body>
|
12 |
<div class="container">
|
13 |
|
14 |
-
|
15 |
-
<div style="margin-top: 10px;">
|
16 |
-
π <strong>Try with Sample Inputs:</strong><br>
|
17 |
-
<ul>
|
18 |
-
<li><a href="/static/sample_question.png" download>π Sample Question</a></li>
|
19 |
-
<li><a href="/static/sample_student_answer.png" download>π§ Sample Student Answer</a></li>
|
20 |
-
<li><a href="/static/sample_reference_answer.png" download>π Sample Reference Answer</a></li>
|
21 |
-
<li><a href="/static/sample_question1.png" download>π Sample Question_1</a></li>
|
22 |
-
<li><a href="/static/sample_student_answer1.png" download>π§ Sample Student Answer_1</a></li>
|
23 |
-
<li><a href="/static/sample_reference_answer1.png" download>π Sample Reference Answer_1</a></li>
|
24 |
-
</ul>
|
25 |
-
</div>
|
26 |
-
|
27 |
-
|
28 |
<header>
|
29 |
<h1>Answer Evaluation System</h1>
|
30 |
<p>Upload images of question, student answer, and reference answer for evaluation</p>
|
@@ -134,13 +120,27 @@
|
|
134 |
<div class="score-message" id="score-message"></div>
|
135 |
</div>
|
136 |
</div>
|
137 |
-
|
|
|
138 |
β οΈ <strong>This is a prototype</strong> developed using limited training data and basic OCR techniques.<br>
|
139 |
The scoring model is trained on small examples and may not reflect final production accuracy.<br>
|
140 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
141 |
</div>
|
142 |
|
143 |
|
|
|
144 |
<div class="loading-overlay" style="display: none;">
|
145 |
<div class="loading-content">
|
146 |
<div class="spinner"></div>
|
|
|
11 |
<body>
|
12 |
<div class="container">
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
<header>
|
15 |
<h1>Answer Evaluation System</h1>
|
16 |
<p>Upload images of question, student answer, and reference answer for evaluation</p>
|
|
|
120 |
<div class="score-message" id="score-message"></div>
|
121 |
</div>
|
122 |
</div>
|
123 |
+
|
124 |
+
<div style="background-color: #fff3cd; border: 1px solid #ffeeba; padding: 16px; border-radius: 8px; margin-bottom: 24px; font-family: 'Segoe UI', sans-serif; font-size: 15px;">
|
125 |
β οΈ <strong>This is a prototype</strong> developed using limited training data and basic OCR techniques.<br>
|
126 |
The scoring model is trained on small examples and may not reflect final production accuracy.<br>
|
127 |
+
Improvements like advanced OCR (TrOCR) and larger datasets are planned.<br><br>
|
128 |
+
|
129 |
+
<div style="background-color: #ffffff; border: 1px dashed #ccc; padding: 12px; border-radius: 6px;">
|
130 |
+
π <strong>Try with Sample Inputs:</strong>
|
131 |
+
<ul style="list-style: none; padding-left: 0; margin-top: 8px;">
|
132 |
+
<li>π <a href="/static/sample_question.png" download style="text-decoration: none; color: #007bff;">Download Sample Question</a></li>
|
133 |
+
<li>π§ <a href="/static/sample_student_answer.png" download style="text-decoration: none; color: #007bff;">Download Student Answer</a></li>
|
134 |
+
<li>π <a href="/static/sample_reference_answer.png" download style="text-decoration: none; color: #007bff;">Download Reference Answer</a></li>
|
135 |
+
<li>π <a href="/static/sample_question1.png" download style="text-decoration: none; color: #007bff;">Download Sample Question_1</a></li>
|
136 |
+
<li>π§ <a href="/static/sample_student_answer1.png" download style="text-decoration: none; color: #007bff;">Download Student Answer_1</a></li>
|
137 |
+
<li>π <a href="/static/sample_reference_answer1.png" download style="text-decoration: none; color: #007bff;">Download Reference Answer_1</a></li>
|
138 |
+
</ul>
|
139 |
+
</div>
|
140 |
</div>
|
141 |
|
142 |
|
143 |
+
|
144 |
<div class="loading-overlay" style="display: none;">
|
145 |
<div class="loading-content">
|
146 |
<div class="spinner"></div>
|