diff --git a/packages/jupyter-ai/src/components/chat-input.tsx b/packages/jupyter-ai/src/components/chat-input.tsx index 4bdb98240..b148062d4 100644 --- a/packages/jupyter-ai/src/components/chat-input.tsx +++ b/packages/jupyter-ai/src/components/chat-input.tsx @@ -45,11 +45,18 @@ export function ChatInput(props: ChatInputProps): JSX.Element { variant="outlined" multiline onKeyDown={handleKeyDown} + placeholder='Ask Jupyternaut anything' InputProps={{ endAdornment: ( - - + + )