Spaces:
Runtime error
Runtime error
Commit
·
73cf497
1
Parent(s):
3413ad6
Update components/Chat/ChatInput.tsx
Browse files
components/Chat/ChatInput.tsx
CHANGED
|
@@ -380,7 +380,7 @@ export const ChatInput = ({
|
|
| 380 |
</div>
|
| 381 |
</div>
|
| 382 |
<div className="px-3 pt-2 pb-3 text-center text-[12px] text-black/50 dark:text-white/50 md:px-4 md:pt-3 md:pb-6">
|
| 383 |
-
chatting with starchat
|
| 384 |
</div>
|
| 385 |
</div>
|
| 386 |
);
|
|
|
|
| 380 |
</div>
|
| 381 |
</div>
|
| 382 |
<div className="px-3 pt-2 pb-3 text-center text-[12px] text-black/50 dark:text-white/50 md:px-4 md:pt-3 md:pb-6">
|
| 383 |
+
chatting with starchat
|
| 384 |
</div>
|
| 385 |
</div>
|
| 386 |
);
|