add placeholder to chat page

This commit is contained in:
Silas 2023-04-08 19:43:29 -04:00
parent b199ae9daf
commit 3a8eb8298f
Signed by: silentsilas
GPG Key ID: 4199EFB7DAA34349
1 changed files with 5 additions and 1 deletions

View File

@ -7,4 +7,8 @@
});
</script>
<div>{currentPrompt}</div>
<div
class="container h-full mx-auto flex flex-col justify-center items-center text-base max-w-prose px-4"
>
<div>WIP</div>
</div>