Skip to content

Commit

Permalink
fix: simplified prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
superhighfives committed Oct 10, 2024
1 parent f6a7a25 commit 0fe5411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useEffect, useRef, useState } from "react";
import Image from "next/image";
import Link from "next/link";

const DEFAULT_INPUT = "a cute little jet going super fast through space, it is pink and gold with a trail behind it"
const DEFAULT_INPUT = "a cute little jet going super fast through space"

export default function Home() {
const [texts, setTexts] = useState<string[]>([DEFAULT_INPUT]);
Expand Down

0 comments on commit 0fe5411

Please sign in to comment.