Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Oct 19, 2023
1 parent 774a5b0 commit 4fdf793
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/GenerationListItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@
<p class="text-sm text-gray-500">Submitted {data.created_at}</p>
<p class="text-sm text-gray-500">Status: {data.status}</p>
</div>
<div class="relative">
<ModelViewer />
</div>
{#if data.outputs}
<div class="relative">
<ModelViewer />
</div>
{/if}
</div>
{#if data.outputs}
<ul class="m-0 p-0">
Expand Down

0 comments on commit 4fdf793

Please sign in to comment.