Spaces:
Sleeping
Sleeping
Update Templates/index.html
Browse files- 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="
|
| 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>
|