diff --git a/frontend/app/chat/page.tsx b/frontend/app/chat/page.tsx index de589c7..8364c98 100644 --- a/frontend/app/chat/page.tsx +++ b/frontend/app/chat/page.tsx @@ -77,9 +77,9 @@ export default function ChatPage() { value: "How to create an account on VCell Software?", }, { - label: "How to model FrapBindings in VCell Software?", + label: "How to model FRAP Bindings in VCell Software?", icon: , - value: "How to model FragBindings in VCell Software?", + value: "How to model FRAP Bindings in VCell Software?", }, { label: "How to model Moving Boundaries in VCell Software?", diff --git a/frontend/app/search/[bmid]/page.tsx b/frontend/app/search/[bmid]/page.tsx index fc7c478..8d62ea9 100644 --- a/frontend/app/search/[bmid]/page.tsx +++ b/frontend/app/search/[bmid]/page.tsx @@ -259,12 +259,12 @@ export default function BiomodelDetailPage() { - - + + Overview - + AI Analysis @@ -427,17 +427,11 @@ export default function BiomodelDetailPage() { {/* AI Analysis Section */}
-
- - - AI Analysis Assistant - -
diff --git a/frontend/components/ChatBox.tsx b/frontend/components/ChatBox.tsx index 15c89fd..e2552b3 100644 --- a/frontend/components/ChatBox.tsx +++ b/frontend/components/ChatBox.tsx @@ -234,12 +234,12 @@ export const ChatBox: React.FC = ({ return ( - + {cardTitle && {cardTitle} - + }