Skip to content
Snippets Groups Projects
Unverified Commit 00009ae5 authored by Thuc Pham's avatar Thuc Pham Committed by GitHub
Browse files

feat: import pdf css (#408)

parent 63558c11
No related branches found
No related tags found
No related merge requests found
---
"create-llama": patch
---
feat: import pdf css
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
import { ChatSection as ChatSectionUI } from "@llamaindex/chat-ui"; import { ChatSection as ChatSectionUI } from "@llamaindex/chat-ui";
import "@llamaindex/chat-ui/styles/code.css"; import "@llamaindex/chat-ui/styles/code.css";
import "@llamaindex/chat-ui/styles/katex.css"; import "@llamaindex/chat-ui/styles/katex.css";
import "@llamaindex/chat-ui/styles/pdf.css";
import { useChat } from "ai/react"; import { useChat } from "ai/react";
import CustomChatInput from "./ui/chat/chat-input"; import CustomChatInput from "./ui/chat/chat-input";
import CustomChatMessages from "./ui/chat/chat-messages"; import CustomChatMessages from "./ui/chat/chat-messages";
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
"uuid": "^9.0.1", "uuid": "^9.0.1",
"vaul": "^0.9.1", "vaul": "^0.9.1",
"marked": "^14.1.2", "marked": "^14.1.2",
"@llamaindex/chat-ui": "0.0.4" "@llamaindex/chat-ui": "0.0.5"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.10.3", "@types/node": "^20.10.3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment