From 6b2eaa9a057ec1635a7a0f33f900186e67615104 Mon Sep 17 00:00:00 2001 From: kartik Date: Sun, 8 Mar 2026 18:09:26 +0530 Subject: [PATCH 1/3] fixed typo --- frontend/app/chat/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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?", From 2476e2963d915675b81b0b078e0ddc73588dcce0 Mon Sep 17 00:00:00 2001 From: kartik Date: Sun, 8 Mar 2026 18:34:49 +0530 Subject: [PATCH 2/3] removed the extra "AI assistant" terms from /search page --- frontend/app/search/[bmid]/page.tsx | 8 +------- frontend/components/ChatBox.tsx | 4 ++-- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/frontend/app/search/[bmid]/page.tsx b/frontend/app/search/[bmid]/page.tsx index fc7c478..f629b1a 100644 --- a/frontend/app/search/[bmid]/page.tsx +++ b/frontend/app/search/[bmid]/page.tsx @@ -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} - + }
From ebff3a44491b5d96afd0d50a5c5ec33eb936924c Mon Sep 17 00:00:00 2001 From: kartik Date: Sun, 8 Mar 2026 18:50:56 +0530 Subject: [PATCH 3/3] fix: improve tab visibility on /search/[bmid] page --- frontend/app/search/[bmid]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/app/search/[bmid]/page.tsx b/frontend/app/search/[bmid]/page.tsx index f629b1a..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