srinuksv commited on
Commit
b78bdd5
1 Parent(s): 6a58309

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +2 -2
static/index.html CHANGED
@@ -78,7 +78,7 @@
78
  .btn-close {
79
  position: absolute; /* Keep it absolute within the chat container */
80
  top: 10px; /* Adjust top position */
81
- left: 10px; /* Adjust left position */
82
  background-color: #dc3545; /* Red color for close button */
83
  color: white;
84
  border: none; /* Remove border for a cleaner look */
@@ -111,7 +111,7 @@
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-times"></i>
115
  </button>
116
  <div id="chat-history" class="mb-3"></div>
117
  <div id="loading" class="spinner-border text-primary" role="status">
 
78
  .btn-close {
79
  position: absolute; /* Keep it absolute within the chat container */
80
  top: 10px; /* Adjust top position */
81
+ right: 10px; /* Adjust left position */
82
  background-color: #dc3545; /* Red color for close button */
83
  color: white;
84
  border: none; /* Remove border for a cleaner look */
 
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 id="loading" class="spinner-border text-primary" role="status">