"git@developer.sourcefind.cn:OpenDAS/pytorch3d.git" did not exist on "16a0be790b056c80255febcf6c889a97a574a3ed"
Commit 8dce6b4b authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

feat: personalised greeting

parent 0d9e38a0
<script lang="ts"> <script lang="ts">
import { WEBUI_BASE_URL } from '$lib/constants'; import { WEBUI_BASE_URL } from '$lib/constants';
import { user } from '$lib/stores';
import { onMount } from 'svelte'; import { onMount } from 'svelte';
export let models = []; export let models = [];
...@@ -63,7 +64,9 @@ ...@@ -63,7 +64,9 @@
</div> </div>
{/if} {/if}
{:else} {:else}
How can I help you today? <div class=" line-clamp-1">Hello, {$user.name}</div>
<div>How can I help you today?</div>
{/if} {/if}
</div> </div>
</div> </div>
......
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