{#if status === "pending" || status === "generating"}
{:else if status === "error"}
{:else if status === "complete"}
{/if}
{#each app_info as { type, label, component }, i}
{#if type === "string"}
{:else if type === "number"}
{:else if type === "boolean"}
{:else if type === "number"}
{:else if type === "string[]"}
{/if}
{/each}