vision-agent / app /page.tsx
MingruiZhang's picture
change chat url and header
60612a5
raw
history blame
223 Bytes
'use client';
export default function IndexPage() {
return (
<div className="flex flex-col h-[calc(100vh-theme(spacing.16))] items-center justify-center py-10 space-y-2">
Welcome to Insight Playground
</div>
);
}