diff --git a/components/Home/components/ChatZone/Screens/Chat/ChatInput.tsx b/components/Home/components/ChatZone/Screens/Chat/ChatInput.tsx
index 1d015e5f..3e3092c5 100644
--- a/components/Home/components/ChatZone/Screens/Chat/ChatInput.tsx
+++ b/components/Home/components/ChatZone/Screens/Chat/ChatInput.tsx
@@ -270,7 +270,7 @@ export const ChatInput = ({
>
{messageIsStreaming && (
diff --git a/components/Home/components/ChatZone/Screens/Chat/ChatMessage.tsx b/components/Home/components/ChatZone/Screens/Chat/ChatMessage.tsx
index 662d6631..699cacfb 100644
--- a/components/Home/components/ChatZone/Screens/Chat/ChatMessage.tsx
+++ b/components/Home/components/ChatZone/Screens/Chat/ChatMessage.tsx
@@ -158,13 +158,13 @@ export const ChatMessage: FC
= memo(
}`}
style={{ overflowWrap: 'anywhere' }}
>
-
+
{message.role === 'assistant' && }
{message.role === 'user' && }
-
+
{message.role === 'user' && (
{isEditing ? (
@@ -207,7 +207,7 @@ export const ChatMessage: FC
= memo(
) : (
-
+
{message.content}
)}
@@ -233,7 +233,7 @@ export const ChatMessage: FC
= memo(
{message.role === 'assistant' && (
= memo(({ language, value }) => {
URL.revokeObjectURL(url);
};
return (
-
-
-
+
+
+
{language}