diff --git a/src/pages/Chatbox.tsx b/src/pages/Chatbox.tsx
index d5952b2..b3b8551 100644
--- a/src/pages/Chatbox.tsx
+++ b/src/pages/Chatbox.tsx
@@ -662,76 +662,72 @@ export default function ChatBOX() {
/>
)}
-
-
-
+
+
+
+
+ {chatStore.whisper_api && chatStore.whisper_key && (
+ <>
+
+ Use Microphone
+ >
+ )}
+
+
+
+
+
+
>
);