]> git.cworth.org Git - zombocom-ai/blobdiff - index.html
Float the "safety prompt" button to the right.
[zombocom-ai] / index.html
index d457549b45f3816d73e2af1855fc8017976c5387..8eb3c6ac7c52d19a6ad66d8ef81286ce7f91c17a 100644 (file)
@@ -46,7 +46,7 @@
         </div>
 
         <div class="form-row small right">
-          <button id="safety" type="button">Safety prompt</button>
+          <button id="safety" class="right" type="button">Safety prompt</button>
           <script>
             const prompt = document.querySelector("#prompt");
             const safety= document.querySelector("#safety");
@@ -59,7 +59,7 @@
         </div>
 
         <div class="form-row large">
-          <button type="submit">Make the infinite possible</button>
+          <button id="generate" type="submit">Make the infinite possible</button>
         </div>
       </form>
     </p>