update instruction
Browse files- templates/final.html +2 -2
- templates/index.html +1 -1
- templates/tagger.html +1 -1
templates/final.html
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
<!-- Middle Section: Title -->
|
| 23 |
<div class="flex-grow text-center mb-4 sm:mb-0 order-first sm:order-none w-full sm:w-auto">
|
| 24 |
<h1 class="text-3xl sm:text-4xl font-bold text-gray-800 leading-tight">
|
| 25 |
-
🇰🇭
|
| 26 |
</h1>
|
| 27 |
</div>
|
| 28 |
|
|
@@ -47,7 +47,7 @@
|
|
| 47 |
document.getElementById('downloadButton').addEventListener('click', function() {
|
| 48 |
var messageBox = document.getElementById('messageBox');
|
| 49 |
var messageText = document.getElementById('messageText');
|
| 50 |
-
messageText.textContent = '
|
| 51 |
messageBox.classList.remove('hidden', 'bg-red-100', 'border-red-400', 'text-red-700', 'bg-green-100', 'border-green-400', 'text-green-700', 'bg-blue-100', 'border-blue-400', 'text-blue-700');
|
| 52 |
messageBox.classList.add('bg-green-100', 'border-green-400', 'text-green-700');
|
| 53 |
messageBox.classList.remove('hidden');
|
|
|
|
| 22 |
<!-- Middle Section: Title -->
|
| 23 |
<div class="flex-grow text-center mb-4 sm:mb-0 order-first sm:order-none w-full sm:w-auto">
|
| 24 |
<h1 class="text-3xl sm:text-4xl font-bold text-gray-800 leading-tight">
|
| 25 |
+
🇰🇭 For the development of AI 🇰🇭
|
| 26 |
</h1>
|
| 27 |
</div>
|
| 28 |
|
|
|
|
| 47 |
document.getElementById('downloadButton').addEventListener('click', function() {
|
| 48 |
var messageBox = document.getElementById('messageBox');
|
| 49 |
var messageText = document.getElementById('messageText');
|
| 50 |
+
messageText.textContent = 'Good luck with your project!';
|
| 51 |
messageBox.classList.remove('hidden', 'bg-red-100', 'border-red-400', 'text-red-700', 'bg-green-100', 'border-green-400', 'text-green-700', 'bg-blue-100', 'border-blue-400', 'text-blue-700');
|
| 52 |
messageBox.classList.add('bg-green-100', 'border-green-400', 'text-green-700');
|
| 53 |
messageBox.classList.remove('hidden');
|
templates/index.html
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
<!-- Middle Section: Title -->
|
| 23 |
<div class="flex-grow text-center mb-4 sm:mb-0 order-first sm:order-none w-full sm:w-auto">
|
| 24 |
<h1 class="text-3xl sm:text-4xl font-bold text-gray-800 leading-tight">
|
| 25 |
-
🇰🇭
|
| 26 |
</h1>
|
| 27 |
</div>
|
| 28 |
|
|
|
|
| 22 |
<!-- Middle Section: Title -->
|
| 23 |
<div class="flex-grow text-center mb-4 sm:mb-0 order-first sm:order-none w-full sm:w-auto">
|
| 24 |
<h1 class="text-3xl sm:text-4xl font-bold text-gray-800 leading-tight">
|
| 25 |
+
🇰🇭 For the development of AI 🇰🇭
|
| 26 |
</h1>
|
| 27 |
</div>
|
| 28 |
|
templates/tagger.html
CHANGED
|
@@ -57,7 +57,7 @@
|
|
| 57 |
<!-- Middle Section: Title -->
|
| 58 |
<div class="flex-grow text-center mb-4 sm:mb-0 order-first sm:order-none w-full sm:w-auto">
|
| 59 |
<h1 class="text-3xl sm:text-4xl font-bold text-gray-800 leading-tight">
|
| 60 |
-
🇰🇭
|
| 61 |
</h1>
|
| 62 |
<h3>One annotation takes 2 steps: 1) Create bounding box by click and drag on your image, and 2) Enter label for the bounding box</h3>
|
| 63 |
<h4>Move to next image by clicking on ✅</h4>
|
|
|
|
| 57 |
<!-- Middle Section: Title -->
|
| 58 |
<div class="flex-grow text-center mb-4 sm:mb-0 order-first sm:order-none w-full sm:w-auto">
|
| 59 |
<h1 class="text-3xl sm:text-4xl font-bold text-gray-800 leading-tight">
|
| 60 |
+
🇰🇭 For the development of AI 🇰🇭
|
| 61 |
</h1>
|
| 62 |
<h3>One annotation takes 2 steps: 1) Create bounding box by click and drag on your image, and 2) Enter label for the bounding box</h3>
|
| 63 |
<h4>Move to next image by clicking on ✅</h4>
|