Skip to content

Commit

Permalink
Restore sveltestrap around llm-chat-content, otherwise it's not output
Browse files Browse the repository at this point in the history
to page.
  • Loading branch information
mcjustin committed Dec 4, 2024
1 parent 1ce4429 commit 0a8f862
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/routes/(viewer)/ips/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,8 @@
</TabContent>
{:else}
<!-- Single tab view -->
<!--
<Row class="mx-0 my-4">
<Col>
-->
<div id="llm-chat-content" style="display: block; margin: 30px;">
<table id="chat-messages" style="width: 100%; border-collapse: collapse;">
<thead>
Expand All @@ -276,10 +274,8 @@
<input type="text" id="chat-input" placeholder="Ask a large language model about your health...">
<button id="send-message">Send to LLM</button>
</div>
<!--
</Col>
</Row>
-->

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

0 comments on commit 0a8f862

Please sign in to comment.