We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48b493 commit af3accbCopy full SHA for af3accb
src/app/page.tsx
@@ -205,7 +205,7 @@ export default function Home() {
205
206
// const aiMessage = createMessage(apiResponse.response, "agent");
207
const aiMessage = createMessage(
208
- `"${file.name}" was uploaded successfully! Select the images you want to edit.`,
+ `"${file.name}" was uploaded successfully! Now select the images you want to edit and ask away!`,
209
"agent",
210
);
211
addMessage(aiMessage);
0 commit comments