]> git.cworth.org Git - zombocom-ai/commitdiff
Make the prompt a textarea to fit more text into it.
authorCarl Worth <cworth@cworth.org>
Wed, 7 Dec 2022 01:44:43 +0000 (17:44 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 7 Dec 2022 01:47:06 +0000 (17:47 -0800)
Helping to suggest that this can be a rather long input.

index.html

index 2abf186d03a0a521509603b773b881a8e6d0b2ad..b93538092614407786527afa2770c91545fe3e16 100644 (file)
@@ -34,7 +34,8 @@
           <label for="prompt">
             What do you imagine?
           </label>
-          <input id="prompt" autocomplete="off" required />
+          <textarea id="prompt" rows="4" width="100%" autocomplete="off" required>
+          </textarea>
         </div>
 
         <div class="form-row small left">