We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ccde7 commit 0486cedCopy full SHA for 0486ced
templates/types/streaming/nextjs/app/components/chat-section.tsx
@@ -3,6 +3,7 @@
3
import { ChatSection as ChatSectionUI } from "@llamaindex/chat-ui";
4
import "@llamaindex/chat-ui/styles/code.css";
5
import "@llamaindex/chat-ui/styles/katex.css";
6
+import "@llamaindex/chat-ui/styles/pdf.css";
7
import { useChat } from "ai/react";
8
import CustomChatInput from "./ui/chat/chat-input";
9
import CustomChatMessages from "./ui/chat/chat-messages";
0 commit comments