Skip to content

Commit af3accb

Browse files
committed
changed template message after uploading images to be more helpful
1 parent e48b493 commit af3accb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export default function Home() {
205205

206206
// const aiMessage = createMessage(apiResponse.response, "agent");
207207
const aiMessage = createMessage(
208-
`"${file.name}" was uploaded successfully! Select the images you want to edit.`,
208+
`"${file.name}" was uploaded successfully! Now select the images you want to edit and ask away!`,
209209
"agent",
210210
);
211211
addMessage(aiMessage);

0 commit comments

Comments
 (0)