mohammadSaber26's picture
Upload pages/index.js with huggingface_hub
b3c6231 verified
raw
history blame contribute delete
120 Bytes
import ChatInterface from '../components/ChatInterface';
export default function Home() {
return <ChatInterface />;
}