Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
placeholder
Browse files
src/lib/components/community/drawer/Comments.svelte
CHANGED
@@ -59,11 +59,11 @@
|
|
59 |
</div>
|
60 |
{/if}
|
61 |
</div>
|
62 |
-
<div class="flex gap-4 items-start justify-between flex-col lg:flex-row mt-7">
|
63 |
<textarea
|
64 |
value={text}
|
65 |
class="rounded-xl bg-neutral-900 text-neutral-200 text-base placeholder:text-neutral-500 outline-none resize-none p-4 w-full"
|
66 |
-
placeholder="Write a comment
|
67 |
on:input={handleChange}
|
68 |
/>
|
69 |
<Button
|
|
|
59 |
</div>
|
60 |
{/if}
|
61 |
</div>
|
62 |
+
<div class="flex gap-4 items-start justify-between flex-col lg:flex-row mt-7 sticky bottom-0">
|
63 |
<textarea
|
64 |
value={text}
|
65 |
class="rounded-xl bg-neutral-900 text-neutral-200 text-base placeholder:text-neutral-500 outline-none resize-none p-4 w-full"
|
66 |
+
placeholder="Write a comment about this image. Reminder: This is not the right place to generate images."
|
67 |
on:input={handleChange}
|
68 |
/>
|
69 |
<Button
|
src/lib/components/models/drawer/comments/Comments.svelte
CHANGED
@@ -59,11 +59,11 @@
|
|
59 |
</div>
|
60 |
{/if}
|
61 |
</div>
|
62 |
-
<div class="flex gap-4 items-start justify-between flex-col lg:flex-row mt-7">
|
63 |
<textarea
|
64 |
value={text}
|
65 |
class="rounded-xl bg-neutral-900 text-neutral-200 text-base placeholder:text-neutral-500 outline-none resize-none p-4 w-full"
|
66 |
-
placeholder="Write a comment
|
67 |
on:input={handleChange}
|
68 |
/>
|
69 |
<Button
|
|
|
59 |
</div>
|
60 |
{/if}
|
61 |
</div>
|
62 |
+
<div class="flex gap-4 items-start justify-between flex-col lg:flex-row mt-7 sticky bottom-0">
|
63 |
<textarea
|
64 |
value={text}
|
65 |
class="rounded-xl bg-neutral-900 text-neutral-200 text-base placeholder:text-neutral-500 outline-none resize-none p-4 w-full"
|
66 |
+
placeholder="Write a comment about this model. Reminder: This is not the right place to generate images."
|
67 |
on:input={handleChange}
|
68 |
/>
|
69 |
<Button
|