Skip to content

Commit 4db00b6

Browse files
new branch added
1 parent 1a3a5d7 commit 4db00b6

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
# My_Chatbot
1+
# My_Chatbot
2+
.

chatbot.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ function generateResponse(input) {
5555
// Return a random response
5656
return responses[Math.floor(Math.random() * responses.length)];
5757
}
58+
//tab switch
5859

5960
window.onblur = function (tabs) {
6061
alert('trying to switch tabs eh !');

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ <h1>Chatbot</h1>
3434
<script src="chatbot.js"></script>
3535
</body>
3636

37+
3738
<div>
3839
<p>Copyright © 2023 Mr.Pavankumar. All Rights are reserved</p>
3940
</div>

style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ body {
3535
}
3636

3737

38+
3839
#conversation {
3940
height: 400px;
4041
overflow-y: auto;

0 commit comments

Comments
 (0)