diff --git a/app/components/chat.tsx b/app/components/chat.tsx
index 376dc4663..6ce508631 100644
--- a/app/components/chat.tsx
+++ b/app/components/chat.tsx
@@ -1185,7 +1185,13 @@ function _Chat() {
{isUser ? (
) : (
-
+ <>
+ {["system"].includes(message.role) ? (
+
+ ) : (
+
+ )}
+ >
)}