Spaces:
Runtime error
Runtime error
Update index.tsx
Browse files
src/app/interface/generate/index.tsx
CHANGED
@@ -391,8 +391,8 @@ export function Generate() {
|
|
391 |
onClick={handleSubmit}
|
392 |
>
|
393 |
{isLocked
|
394 |
-
? `
|
395 |
-
: "
|
396 |
}
|
397 |
</animated.button>
|
398 |
</div>
|
|
|
391 |
onClick={handleSubmit}
|
392 |
>
|
393 |
{isLocked
|
394 |
+
? `Creating..`
|
395 |
+
: "Imagine βοΈ"
|
396 |
}
|
397 |
</animated.button>
|
398 |
</div>
|