Yaswanth56 commited on
Commit
b46cf56
·
verified ·
1 Parent(s): d8954aa

Update Templates/index.html

Browse files
Files changed (1) hide show
  1. Templates/index.html +1 -1
Templates/index.html CHANGED
@@ -9,7 +9,7 @@
9
  <body>
10
  <div id="chat-container">
11
  <div id="chatbot"></div>
12
- <input type="text" id="user-input" placeholder="Type a message..." />
13
  <button onclick="sendMessage()">Send</button>
14
  </div>
15
  <script src="app.js"></script>
 
9
  <body>
10
  <div id="chat-container">
11
  <div id="chatbot"></div>
12
+ <input type="text" id="user-input" placeholder="Enter text and press enter..." />
13
  <button onclick="sendMessage()">Send</button>
14
  </div>
15
  <script src="app.js"></script>