akhaliq HF Staff commited on
Commit
76f7d49
·
verified ·
1 Parent(s): 0bb159b

Upload components/ChatInterface.jsx with huggingface_hub

Browse files
Files changed (1) hide show
  1. components/ChatInterface.jsx +3 -1
components/ChatInterface.jsx CHANGED
@@ -142,7 +142,9 @@ export default function ChatInterface() {
142
 
143
  className="absolute -top-2 -right-2 bg-red-500 text-white rounded-full w-6 h-6 flex items-center justify-center hover:bg-red-600 transition-colors"
144
  >
145
- ×
 
 
146
  </button>
147
  </div>
148
  )}
 
142
 
143
  className="absolute -top-2 -right-2 bg-red-500 text-white rounded-full w-6 h-6 flex items-center justify-center hover:bg-red-600 transition-colors"
144
  >
145
+ <svg className="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
146
+ <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M6 18L18 6M6 6l12 12" />
147
+ </svg>
148
  </button>
149
  </div>
150
  )}