diff --git a/app/ui/src/components/Bot/Playground/Form.tsx b/app/ui/src/components/Bot/Playground/Form.tsx
index c6757a63..97dd5004 100644
--- a/app/ui/src/components/Bot/Playground/Form.tsx
+++ b/app/ui/src/components/Bot/Playground/Form.tsx
@@ -110,13 +110,16 @@ export const PlaygroundgForm = () => {
})}
className="shrink-0 flex-grow flex items-center "
>
-
+
-
+
+
+
diff --git a/app/ui/src/components/Bot/Playground/Message.tsx b/app/ui/src/components/Bot/Playground/Message.tsx
index d944652b..105f39df 100644
--- a/app/ui/src/components/Bot/Playground/Message.tsx
+++ b/app/ui/src/components/Bot/Playground/Message.tsx
@@ -64,11 +64,7 @@ export const PlaygroundMessage = (props: Props) => {
- {props.isBot ? (
-
- ) : (
-
{props.message}
- )}
+
{props.isBot && (