Commit 3db6bbfd authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

Update +page.svelte

parent 0f41abd7
......@@ -388,7 +388,7 @@
>
<option value="" selected>Select a model</option>
{#each models.models as model}
{#each models as model}
<option value={model.name}>{model.name}</option>
{/each}
</select>
......@@ -447,7 +447,7 @@
</div>
</div>
{:else}
<div class="whitespace-pre-line">
<div class="markdown-body whitespace-pre-line">
{@html marked.parse(message.content)}
</div>
{/if}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment