Spaces:
Build error
Build error
misc ui
Browse files
src/lib/components/LoginModal.svelte
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
<p class="px-4 text-lg font-semibold leading-snug text-gray-800 sm:px-12">
|
29 |
This application is for demonstration purposes only.
|
30 |
</p>
|
31 |
-
<p class="text-gray-800">
|
32 |
AI is an area of active research with known problems such as biased generation and
|
33 |
misinformation. Do not use this application for high-stakes decisions or advice.
|
34 |
</p>
|
|
|
28 |
<p class="px-4 text-lg font-semibold leading-snug text-gray-800 sm:px-12">
|
29 |
This application is for demonstration purposes only.
|
30 |
</p>
|
31 |
+
<p class="text-base text-gray-800">
|
32 |
AI is an area of active research with known problems such as biased generation and
|
33 |
misinformation. Do not use this application for high-stakes decisions or advice.
|
34 |
</p>
|
src/lib/components/chat/ChatIntroduction.svelte
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
<div class="lg:col-span-1">
|
32 |
<div>
|
33 |
<div class="mb-3 flex items-center text-2xl font-semibold">
|
34 |
-
<Logo classNames="mr-1 text-yellow-400 text-4xl" />
|
35 |
HuggingChat
|
36 |
<div
|
37 |
class="ml-3 flex h-6 items-center rounded-lg border border-gray-100 bg-gray-50 px-2 text-base text-gray-400 dark:border-gray-700/60 dark:bg-gray-800"
|
@@ -51,7 +51,7 @@
|
|
51 |
target="_blank"
|
52 |
href={banner.linkHref}
|
53 |
class="mr-2 flex items-center underline hover:no-underline"
|
54 |
-
><CarbonArrowUpRight class="mr-1" /> {banner.linkTitle}</a
|
55 |
>
|
56 |
</AnnouncementBanner>
|
57 |
{/each}
|
|
|
31 |
<div class="lg:col-span-1">
|
32 |
<div>
|
33 |
<div class="mb-3 flex items-center text-2xl font-semibold">
|
34 |
+
<Logo classNames="mr-1 text-yellow-400 text-4xl flex-none" />
|
35 |
HuggingChat
|
36 |
<div
|
37 |
class="ml-3 flex h-6 items-center rounded-lg border border-gray-100 bg-gray-50 px-2 text-base text-gray-400 dark:border-gray-700/60 dark:bg-gray-800"
|
|
|
51 |
target="_blank"
|
52 |
href={banner.linkHref}
|
53 |
class="mr-2 flex items-center underline hover:no-underline"
|
54 |
+
><CarbonArrowUpRight class="mr-1.5 text-xs" /> {banner.linkTitle}</a
|
55 |
>
|
56 |
</AnnouncementBanner>
|
57 |
{/each}
|