add placeholder to chat page
This commit is contained in:
parent
b199ae9daf
commit
3a8eb8298f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue