Spaces:
Runtime error
Runtime error
matthoffner
commited on
Commit
·
a551dfc
1
Parent(s):
c69d418
Update components/Chat/Chat.tsx
Browse files- components/Chat/Chat.tsx +1 -1
components/Chat/Chat.tsx
CHANGED
@@ -383,7 +383,7 @@ export const Chat = memo(({ stopConversationRef }: Props) => {
|
|
383 |
<>
|
384 |
<div className="mx-auto flex flex-col space-y-5 md:space-y-10 px-3 pt-5 md:pt-12 sm:max-w-[600px]">
|
385 |
<div className="text-center text-3xl font-semibold text-gray-800 dark:text-gray-100">
|
386 |
-
|
387 |
</div>
|
388 |
|
389 |
{models.length > 0 && (
|
|
|
383 |
<>
|
384 |
<div className="mx-auto flex flex-col space-y-5 md:space-y-10 px-3 pt-5 md:pt-12 sm:max-w-[600px]">
|
385 |
<div className="text-center text-3xl font-semibold text-gray-800 dark:text-gray-100">
|
386 |
+
Starchat UI
|
387 |
</div>
|
388 |
|
389 |
{models.length > 0 && (
|