diff --git a/components/chat-panel.tsx b/components/chat-panel.tsx index 2a8c559e..fa0e5c56 100644 --- a/components/chat-panel.tsx +++ b/components/chat-panel.tsx @@ -292,11 +292,11 @@ export const ChatPanel = forwardRef(({ messages, i {selectedFile && (
-
- +
+ {selectedFile.name} -
diff --git a/components/empty-screen.tsx b/components/empty-screen.tsx index 2c0f63e4..ad36d7d3 100644 --- a/components/empty-screen.tsx +++ b/components/empty-screen.tsx @@ -41,14 +41,14 @@ export function EmptyScreen({ ); })} diff --git a/components/message.tsx b/components/message.tsx index 264aa1f6..07534046 100644 --- a/components/message.tsx +++ b/components/message.tsx @@ -18,7 +18,7 @@ export function BotMessage({ content }: { content: StreamableValue }) { const processedData = preprocessLaTeX(data || '') return ( -
+
= ({ ) })}