Skip to content
Snippets Groups Projects
Commit 30875051 authored by Embruch, Gerd's avatar Embruch, Gerd
Browse files

added source to message block

parent 0122829e
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ function PromptInput() { ...@@ -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>} {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} /> <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"> <button type="submit" className="h-8 justify-center items-center bg-UhhBlue text-UhhWhite p-1 text-xs">
<RiSendPlane2Line /> <RiSendPlane2Line />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment