Abmacode12 commited on
Commit
48693cf
·
verified ·
1 Parent(s): a93f87c

je veux que le micro soitt actif pour la IA et je veux que a coté du micro tu rajoute la trombone

Browse files
Files changed (2) hide show
  1. index.html +4 -1
  2. style.css +3 -0
index.html CHANGED
@@ -102,13 +102,16 @@
102
  <button id="chatMicBtn" class="p-2 rounded-lg hover:bg-gray-700 text-gray-400 hover:text-gray-200">
103
  <i data-feather="mic" class="w-5 h-5"></i>
104
  </button>
 
 
 
105
  <input id="chatInput" placeholder="Écrivez votre message..."
106
  class="flex-1 bg-transparent px-3 py-2 focus:outline-none text-sm">
107
  <button id="chatSendBtn" class="p-2 rounded-lg bg-blue-600 hover:bg-blue-500 text-white">
108
  <i data-feather="send" class="w-5 h-5"></i>
109
  </button>
110
  </div>
111
- <div class="text-xs text-gray-500 mt-2 flex justify-between">
112
  <span id="chatStatus">Prêt</span>
113
  <span>Assistant IA v1.0</span>
114
  </div>
 
102
  <button id="chatMicBtn" class="p-2 rounded-lg hover:bg-gray-700 text-gray-400 hover:text-gray-200">
103
  <i data-feather="mic" class="w-5 h-5"></i>
104
  </button>
105
+ <button id="chatAttachBtn" class="p-2 rounded-lg hover:bg-gray-700 text-gray-400 hover:text-gray-200">
106
+ <i data-feather="paperclip" class="w-5 h-5"></i>
107
+ </button>
108
  <input id="chatInput" placeholder="Écrivez votre message..."
109
  class="flex-1 bg-transparent px-3 py-2 focus:outline-none text-sm">
110
  <button id="chatSendBtn" class="p-2 rounded-lg bg-blue-600 hover:bg-blue-500 text-white">
111
  <i data-feather="send" class="w-5 h-5"></i>
112
  </button>
113
  </div>
114
+ <div class="text-xs text-gray-500 mt-2 flex justify-between">
115
  <span id="chatStatus">Prêt</span>
116
  <span>Assistant IA v1.0</span>
117
  </div>
style.css CHANGED
@@ -123,6 +123,9 @@ input:focus, button:focus {
123
  border-color: rgba(239, 68, 68, 0.5) !important;
124
  }
125
 
 
 
 
126
  .opacity-50 {
127
  opacity: 0.5;
128
  cursor: not-allowed;
 
123
  border-color: rgba(239, 68, 68, 0.5) !important;
124
  }
125
 
126
+ #chatAttachBtn:hover {
127
+ color: #10b981;
128
+ }
129
  .opacity-50 {
130
  opacity: 0.5;
131
  cursor: not-allowed;