diff --git a/frontend/src/components/ChatInterface.tsx b/frontend/src/components/ChatInterface.tsx index 2ceb58c..234b8b5 100644 --- a/frontend/src/components/ChatInterface.tsx +++ b/frontend/src/components/ChatInterface.tsx @@ -758,8 +758,8 @@ export function ChatInterface() { className={`flex gap-4 ${msg.role === 'user' ? 'justify-end' : 'justify-start'}`} > {msg.role !== "user" && ( -