Update examples section
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { ChatWindow } from "@/components/ChatWindow";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<ChatWindow placeholder="Try asking something about the document you just uploaded!"></ChatWindow>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user