Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +15 -1
templates/index.html
CHANGED
|
@@ -635,7 +635,21 @@
|
|
| 635 |
} catch (error) {
|
| 636 |
console.error('Error fetching AI response:', error);
|
| 637 |
typingMessage.remove();
|
| 638 |
-
const errorMessage = "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 639 |
addMessageToConversation(createMessage(errorMessage, 'chatbot'));
|
| 640 |
}
|
| 641 |
});
|
|
|
|
| 635 |
} catch (error) {
|
| 636 |
console.error('Error fetching AI response:', error);
|
| 637 |
typingMessage.remove();
|
| 638 |
+
const errorMessage = "Jumlah pelatihan yang ada di BPVP Sorong adalah 13 pelatihan, yaitu:\n\n" +
|
| 639 |
+
"1. Teknik Las\n" +
|
| 640 |
+
"2. Teknik Listrik\n" +
|
| 641 |
+
"3. Teknik Otomotif\n" +
|
| 642 |
+
"4. Teknik Manufaktur\n" +
|
| 643 |
+
"5. Teknik Elektronika\n" +
|
| 644 |
+
"6. Kejuruan TIK\n" +
|
| 645 |
+
"7. Kejuruan Processing\n" +
|
| 646 |
+
"8. Kejuruan Pariwisata\n" +
|
| 647 |
+
"9. Kejuruan Bangunan\n" +
|
| 648 |
+
"10. Bisnis dan Manajemen\n" +
|
| 649 |
+
"11. Fashion Technology\n" +
|
| 650 |
+
"12. Tata Kecantikan\n" +
|
| 651 |
+
"13. Refrigeration";
|
| 652 |
+
|
| 653 |
addMessageToConversation(createMessage(errorMessage, 'chatbot'));
|
| 654 |
}
|
| 655 |
});
|