diff --git a/components/ChatView/index.tsx b/components/ChatView/index.tsx index 93535b2..83cb0db 100644 --- a/components/ChatView/index.tsx +++ b/components/ChatView/index.tsx @@ -117,7 +117,7 @@ const ChatView = () => {
{messageList.length === 0 ? ( - + ) : ( messageList.map((message) => ) )} diff --git a/components/EmptyView.tsx b/components/EmptyView.tsx index 0d78f43..78ed9da 100644 --- a/components/EmptyView.tsx +++ b/components/EmptyView.tsx @@ -8,9 +8,9 @@ const EmptyView = (props: Props) => { const { className } = props; return ( -
+

SQLChat

-
+
Examples @@ -23,7 +23,7 @@ const EmptyView = (props: Props) => {
Remembers what user said earlier in the conversation
Allows user to provide follow-up corrections
-
+
Limitations
May occasionally generate incorrect information