Spaces:
s
Configuration error

s / docs /src /pages /index.js
AZILS's picture
Upload folder using huggingface_hub
0ff5bc0 verified
raw
history blame contribute delete
348 Bytes
import Layout from '@theme/Layout';
import React from 'react';
import Home from '../components/Home';
function HomePage() {
return (
<Layout
title="ShortGPT: Automate Content Creation with AI"
description="Automating video and short content creation with AI "
>
<Home />
</Layout>
);
}
export default HomePage;