Spaces:
Running
Running
Update static/index.html
Browse files- static/index.html +3 -0
static/index.html
CHANGED
@@ -110,6 +110,9 @@
|
|
110 |
<body>
|
111 |
<div id="chat-container" class="rounded p-4 shadow">
|
112 |
<input type="hidden" id="user-id" value="{{ user_id }}">
|
|
|
|
|
|
|
113 |
<div id="chat-history" class="mb-3"></div>
|
114 |
<div class="input-group mb-2">
|
115 |
<textarea id="user-input" class="form-control" rows="2" placeholder="Type your message..." aria-label="Message input"></textarea>
|
|
|
110 |
<body>
|
111 |
<div id="chat-container" class="rounded p-4 shadow">
|
112 |
<input type="hidden" id="user-id" value="{{ user_id }}">
|
113 |
+
<button type="hidden" id="close-button" class="btn btn-close" aria-label="Close chat">
|
114 |
+
<i class="fas fa-arrow-left"></i>
|
115 |
+
</button>
|
116 |
<div id="chat-history" class="mb-3"></div>
|
117 |
<div class="input-group mb-2">
|
118 |
<textarea id="user-input" class="form-control" rows="2" placeholder="Type your message..." aria-label="Message input"></textarea>
|