yeswanthvarma commited on
Commit
67f4656
Β·
verified Β·
1 Parent(s): 18aa808

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +19 -3
templates/index.html CHANGED
@@ -10,11 +10,21 @@
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>
@@ -124,6 +134,12 @@
124
  <div class="score-message" id="score-message"></div>
125
  </div>
126
  </div>
 
 
 
 
 
 
127
 
128
  <div class="loading-overlay" style="display: none;">
129
  <div class="loading-content">
 
10
  </head>
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
  <div class="score-message" id="score-message"></div>
135
  </div>
136
  </div>
137
+ <div style="background-color: #fff3cd; border: 1px solid #ffeeba; padding: 12px; border-radius: 6px; margin-bottom: 20px;">
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
+ Please try the <strong>sample files</strong> below to see expected behavior. Improvements like better OCR and larger datasets are planned.
141
+ </div>
142
+
143
 
144
  <div class="loading-overlay" style="display: none;">
145
  <div class="loading-content">