Spaces:
Paused
Paused
Commit
·
49ce402
1
Parent(s):
4fcbcfd
Update app/page.tsx
Browse files- app/page.tsx +1 -1
app/page.tsx
CHANGED
@@ -5,7 +5,7 @@ import './app.css'
|
|
5 |
const Editor = dynamic(() => import('./editor'), { ssr: false })
|
6 |
|
7 |
const defaultValue = `
|
8 |
-
// Welcome to monacopilot 💻 🛩️
|
9 |
// Press ⌘ + B to invoke LLM
|
10 |
// LLM Base URL is configurable in settings
|
11 |
`.trim()
|
|
|
5 |
const Editor = dynamic(() => import('./editor'), { ssr: false })
|
6 |
|
7 |
const defaultValue = `
|
8 |
+
// Welcome to monacopilot 💻 🛩️ 💫
|
9 |
// Press ⌘ + B to invoke LLM
|
10 |
// LLM Base URL is configurable in settings
|
11 |
`.trim()
|