From 7124bf03e9b85013409a02407e6162d7fb89fb5c Mon Sep 17 00:00:00 2001 From: "dayuan.jiang" Date: Thu, 3 Apr 2025 15:31:13 +0000 Subject: [PATCH] minor: add some placeholder --- components/chat-input.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/chat-input.tsx b/components/chat-input.tsx index 471a2ca..b58a34a 100644 --- a/components/chat-input.tsx +++ b/components/chat-input.tsx @@ -180,7 +180,9 @@ export function ChatInput({ onChange={onChange} onKeyDown={handleKeyDown} onPaste={handlePaste} - placeholder="Describe what changes you want to make to the diagram... (Press Cmd/Ctrl + Enter to send)" + placeholder="Describe what changes you want to make to the diagram + or upload(paste) an image to replicate a diagram. + (Press Cmd/Ctrl + Enter to send)" disabled={status === "streaming"} aria-label="Chat input" className="min-h-[80px] resize-none transition-all duration-200 px-1 py-0"