diff --git a/Prompt_Studio/src/components/CinePromptStudio.jsx b/Prompt_Studio/src/components/CinePromptStudio.jsx index 7bf8806..b422f16 100644 --- a/Prompt_Studio/src/components/CinePromptStudio.jsx +++ b/Prompt_Studio/src/components/CinePromptStudio.jsx @@ -1250,10 +1250,26 @@ STRICT OUTPUT FORMAT: Return ONLY the final visual description text. Do not use {/* Image Generation Panel */}
-

- - Generated Image -

+
+

+ + Generated Image +

+ {generatedImage && ( +
+ + Edit Mode: Next prompt will modify this image + + +
+ )} +
{/* Reference Images Upload */}
@@ -1365,7 +1381,7 @@ STRICT OUTPUT FORMAT: Return ONLY the final visual description text. Do not use ) : ( <> - Generate Image + {generatedImage ? 'Edit Image' : 'Generate Image'} )}