Update examples section

This commit is contained in:
Eric Ciarla
2024-06-21 15:40:46 -04:00
parent 5cf2beff92
commit 8e39083d8c
87 changed files with 8939 additions and 0 deletions
@@ -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>
);
}