Spaces:
Build error
Build error
Loubna Ben Allal
commited on
Commit
•
e532ada
1
Parent(s):
2fde762
change StarCoder to StarCoderBase in chat intro (#184)
Browse files
src/lib/components/chat/ChatIntroduction.svelte
CHANGED
@@ -39,7 +39,7 @@
|
|
39 |
</div>
|
40 |
</div>
|
41 |
<div class="lg:col-span-2 lg:pl-24">
|
42 |
-
<AnnouncementBanner classNames="mb-4" title="BigCode/
|
43 |
<button
|
44 |
type="button"
|
45 |
on:click={() => (isModelsModalOpen = true)}
|
|
|
39 |
</div>
|
40 |
</div>
|
41 |
<div class="lg:col-span-2 lg:pl-24">
|
42 |
+
<AnnouncementBanner classNames="mb-4" title="BigCode/StarCoderBase is now available">
|
43 |
<button
|
44 |
type="button"
|
45 |
on:click={() => (isModelsModalOpen = true)}
|