Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -55,9 +55,9 @@
|
|
| 55 |
|
| 56 |
<form id="chat-form" class="chat-input-container">
|
| 57 |
<div class="input-wrapper">
|
| 58 |
-
<textarea
|
| 59 |
-
id="user-input"
|
| 60 |
-
placeholder="Ask a question..."
|
| 61 |
rows="1"
|
| 62 |
maxlength="1000"
|
| 63 |
aria-label="Chat input"
|
|
@@ -78,4 +78,4 @@
|
|
| 78 |
<script src="js/config.js"></script>
|
| 79 |
<script src="js/app.js"></script>
|
| 80 |
</body>
|
| 81 |
-
</html>
|
|
|
|
| 55 |
|
| 56 |
<form id="chat-form" class="chat-input-container">
|
| 57 |
<div class="input-wrapper">
|
| 58 |
+
<textarea
|
| 59 |
+
id="user-input"
|
| 60 |
+
placeholder="Ask a question..."
|
| 61 |
rows="1"
|
| 62 |
maxlength="1000"
|
| 63 |
aria-label="Chat input"
|
|
|
|
| 78 |
<script src="js/config.js"></script>
|
| 79 |
<script src="js/app.js"></script>
|
| 80 |
</body>
|
| 81 |
+
</html>
|