diff --git a/app/components/chat/index.tsx b/app/components/chat/index.tsx index fc67d85..9ded7bb 100644 --- a/app/components/chat/index.tsx +++ b/app/components/chat/index.tsx @@ -174,7 +174,7 @@ const Chat: FC = ({ { !isHideSendInput && ( -
+
{ visionConfig?.enabled && ( diff --git a/app/components/index.tsx b/app/components/index.tsx index cafcc5f..8f610f2 100644 --- a/app/components/index.tsx +++ b/app/components/index.tsx @@ -703,18 +703,16 @@ const Main: FC = () => { { hasSetInputs && ( -
-
- -
+
+
) }