Spaces:
Running
Running
Commit
•
110cb04
1
Parent(s):
62957ae
smol disclaimer
Browse files- src/routes/+page.svelte +1 -1
src/routes/+page.svelte
CHANGED
@@ -132,7 +132,7 @@
|
|
132 |
class="w-full text-lg"
|
133 |
placeholder="Say something..."
|
134 |
/>
|
135 |
-
<p class="text-center text-xs italic">This
|
136 |
{#if isLoading}
|
137 |
<p class="text-sm text-slate-600 text-center">{loadingStatus}</p>
|
138 |
{:else if error}
|
|
|
132 |
class="w-full text-lg"
|
133 |
placeholder="Say something..."
|
134 |
/>
|
135 |
+
<p class="text-center text-xs italic">This is a smol model, go easy on it.</p>
|
136 |
{#if isLoading}
|
137 |
<p class="text-sm text-slate-600 text-center">{loadingStatus}</p>
|
138 |
{:else if error}
|