Spaces:
Runtime error
Runtime error
import Head from "next/head"; | |
export default function Home() { | |
return ( | |
<> | |
<Head> | |
<title>web-llm-embed</title> | |
<meta name="description" content="Web LLM Embed" /> | |
</Head> | |
<div>web-llm-embed</div> | |
</> | |
); | |
} | |