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

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +0 -3
static/index.html CHANGED
@@ -110,9 +110,6 @@
110
  <body>
111
  <div id="chat-container" class="rounded p-4 shadow">
112
  <input type="hidden" id="user-id" value="{{ user_id }}">
113
- <button 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
  <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>