redfernstech commited on
Commit
4f10db3
·
verified ·
1 Parent(s): 32786fd

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +2 -2
static/index.html CHANGED
@@ -110,9 +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
- <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>
 
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" hidden>
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>