Skip to content

Commit

Permalink
Temporarily for debug, show llm-chat-content all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
mcjustin committed Dec 3, 2024
1 parent 6889d0f commit 52bf74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(viewer)/ips/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
<IPSContent content={shlContents[0]} mode={$displayMode} />
{/if}

<div id="llm-chat-content" style="display: none; margin: 30px;"> <!-- Changed display to block -->
<div id="llm-chat-content" style="display: block; margin: 30px;"> <!-- Changed display to block -->
<table id="chat-messages" style="width: 100%; border-collapse: collapse;">
<thead>
<tr>
Expand Down

0 comments on commit 52bf74d

Please sign in to comment.