redfernstech commited on
Commit
32786fd
·
verified ·
1 Parent(s): 7daf04e

Update static/index.html

Browse files
Files changed (1) hide show
  1. 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>