Skip to content

Commit

Permalink
Trying to get it back to a functional state...
Browse files Browse the repository at this point in the history
  • Loading branch information
mcjustin committed Dec 4, 2024
1 parent 57d01b6 commit dff9cf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/(viewer)/ips/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@
</TabContent>
{:else}
<!-- Single tab view -->
<IPSContent content={shlContents[0]} mode={$displayMode} />
{/if}

<Row class="mx-0 my-4">
<Col>
<div id="llm-chat-content" style="display: block; margin: 30px;">
Expand All @@ -277,9 +280,6 @@
</Col>
</Row>

<IPSContent content={shlContents[0]} mode={$displayMode} />
{/if}

<style lang="css">
:global(.loader) {
width: 100%;
Expand Down

0 comments on commit dff9cf6

Please sign in to comment.