Minecraft3193092 commited on
Commit
5b295bc
1 Parent(s): ed922e9

Update src/app/layout.tsx

Browse files
Files changed (1) hide show
  1. src/app/layout.tsx +2 -2
src/app/layout.tsx CHANGED
@@ -3,8 +3,8 @@ import './globals.css'
3
  import type { Metadata } from 'next'
4
 
5
  export const metadata: Metadata = {
6
- title: 'AI Comic Factory: generate your own comics! Powered by Hugging Face 🤗',
7
- description: 'Generate comic panels using a LLM + SDXL. Powered by Hugging Face 🤗',
8
  }
9
 
10
  export default function RootLayout({
 
3
  import type { Metadata } from 'next'
4
 
5
  export const metadata: Metadata = {
6
+ title: 'AI Manga Factory: generate your own mangas! Powered by Hugging Face 🤗',
7
+ description: 'Generate manga panels using a LLM + SDXL. Powered by Hugging Face 🤗',
8
  }
9
 
10
  export default function RootLayout({