From 30875051ef05ed46812bf8ed60506e09c8195bbf Mon Sep 17 00:00:00 2001 From: "Embruch, Gerd" <gerd.embruch@uni-hamburg.de> Date: Sun, 21 Jul 2024 19:51:50 +0200 Subject: [PATCH] added source to message block --- src/components/chat/PromptInput.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/chat/PromptInput.jsx b/src/components/chat/PromptInput.jsx index 9763f16..8aaedec 100644 --- a/src/components/chat/PromptInput.jsx +++ b/src/components/chat/PromptInput.jsx @@ -71,7 +71,7 @@ function PromptInput() { {methods.formState.isSubmitting && <div className='absolute bg-white bg-opacity-60 z-10 h-full w-full flex items-center justify-center text-2xl'><RiLoopRightFill className='animate-spin' /></div>} <Select name="model" options={availableModels} /> - <Input name="input" type="text" placeholder="Type a message" className="block w-full h-8" /> + <Input name="input" type="text" placeholder="Type a message" className="block h-8" /> <button type="submit" className="h-8 justify-center items-center bg-UhhBlue text-UhhWhite p-1 text-xs"> <RiSendPlane2Line /> -- GitLab