{#if state.currentStep === 'captioning'} Analyzing your image... {:else if state.currentStep === 'conceptualizing'} Creating monster concept... {:else if state.currentStep === 'promptCrafting'} Crafting generation prompt... {:else if state.currentStep === 'generating'} Generating your monster... {/if}
{#if state.imageCaption && state.currentStep !== 'captioning'}{state.imageCaption}
{state.monsterConcept}
{state.imagePrompt}