Chaitu2112 commited on
Commit
e4c682c
·
verified ·
1 Parent(s): 99ff764

Update src/components/ICFAIChatbot.jsx

Browse files
Files changed (1) hide show
  1. src/components/ICFAIChatbot.jsx +3 -3
src/components/ICFAIChatbot.jsx CHANGED
@@ -271,7 +271,7 @@ export default function ICFAIChatbot() {
271
  {/* Sidebar header */}
272
  <div className="flex items-start justify-between mb-3">
273
  <div>
274
- <h2 className="text-xl font-bold">IBS Online Assistant</h2>
275
  <p className="text-xs text-gray-500">Select program → semester → course → unit</p>
276
  </div>
277
  <div>
@@ -296,7 +296,7 @@ export default function ICFAIChatbot() {
296
  <div className="flex items-center gap-4">
297
  <div className="bg-white p-3 rounded-full"><Bot size={22} className="text-blue-600" /></div>
298
  <div>
299
- <h3 className="font-bold text-lg">IBS Online Assistant</h3>
300
  <p className="text-sm text-blue-100">Chat / Answers</p>
301
  </div>
302
  </div>
@@ -340,7 +340,7 @@ export default function ICFAIChatbot() {
340
  <input value={inputValue} onChange={(e) => setInputValue(e.target.value)} placeholder="Ask academic questions about the selected course..." className="flex-1 p-4 border border-gray-300 rounded-2xl focus:outline-none focus:ring-2 focus:ring-blue-600 text-sm" />
341
  <button onClick={handleSendMessage} disabled={!inputValue.trim()} className="bg-blue-600 text-white p-4 rounded-full disabled:opacity-50"><Send size={20} /></button>
342
  </div>
343
- <p className="text-xs text-gray-400 mt-3 text-center">Powered by IBS Online</p>
344
  </div>
345
  </div>
346
  </div>
 
271
  {/* Sidebar header */}
272
  <div className="flex items-start justify-between mb-3">
273
  <div>
274
+ <h2 className="text-xl font-bold">ICFAI Online Assistant</h2>
275
  <p className="text-xs text-gray-500">Select program → semester → course → unit</p>
276
  </div>
277
  <div>
 
296
  <div className="flex items-center gap-4">
297
  <div className="bg-white p-3 rounded-full"><Bot size={22} className="text-blue-600" /></div>
298
  <div>
299
+ <h3 className="font-bold text-lg">ICFAI Online Assistant</h3>
300
  <p className="text-sm text-blue-100">Chat / Answers</p>
301
  </div>
302
  </div>
 
340
  <input value={inputValue} onChange={(e) => setInputValue(e.target.value)} placeholder="Ask academic questions about the selected course..." className="flex-1 p-4 border border-gray-300 rounded-2xl focus:outline-none focus:ring-2 focus:ring-blue-600 text-sm" />
341
  <button onClick={handleSendMessage} disabled={!inputValue.trim()} className="bg-blue-600 text-white p-4 rounded-full disabled:opacity-50"><Send size={20} /></button>
342
  </div>
343
+ <p className="text-xs text-gray-400 mt-3 text-center">Powered by ICFAI Online</p>
344
  </div>
345
  </div>
346
  </div>