{#if mode === 'moodboard'}
{:else}
{/if}
{#if error}
{error}
{/if}
{loading ? 'Analyzing mood...' : 'Continue to message'}
(mode = 'sns')} class={[ 'flex-1 rounded-full px-4 py-2.5 text-center text-sm whitespace-nowrap transition-colors', mode === 'sns' ? 'bg-pill text-surface' : 'text-muted hover:text-ink' ]} > Upload SNS Feed
(mode = 'moodboard')} class={[ 'flex-1 rounded-full px-4 py-2.5 text-center text-sm whitespace-nowrap transition-colors', mode === 'moodboard' ? 'bg-pill text-surface' : 'text-muted hover:text-ink' ]} > Build Moodboard