diff --git a/frontend/src/components/ChatInterface.tsx b/frontend/src/components/ChatInterface.tsx
index b6ecb5d..a0299dc 100644
--- a/frontend/src/components/ChatInterface.tsx
+++ b/frontend/src/components/ChatInterface.tsx
@@ -458,9 +458,9 @@ export function ChatInterface() {
};
return (
-
+
{/* Top Bar */}
-
+
{currentModel ? (currentModel.name || currentModel.model) : "选择模型..."}
@@ -515,7 +515,7 @@ export function ChatInterface() {
-
+
{/* Hidden file input available in all states */}
) : (
-
+
{messages.map((msg) => (
1 && (
-
+
{activeDataFile && (
diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx
index 93e095a..a755e4d 100644
--- a/frontend/src/components/Sidebar.tsx
+++ b/frontend/src/components/Sidebar.tsx
@@ -321,7 +321,7 @@ function SidebarBody() {
});
return (
-
+
{/* Header */}
@@ -353,7 +353,7 @@ function SidebarBody() {
-
+