Skip to content

Commit 759c5b2

Browse files
added new line
1 parent 5156223 commit 759c5b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

chatbot.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const conversation = document.getElementById('conversation');
44
const inputForm = document.getElementById('input-form');
55
const inputField = document.getElementById('input-field');
66

7+
78
// Add event listener to input form
89
inputForm.addEventListener('submit', function(event) {
910
// Prevent form submission

0 commit comments

Comments
 (0)