matthoffner commited on
Commit
2715c36
·
1 Parent(s): 9cea71e

Update app/page.tsx

Browse files
Files changed (1) hide show
  1. app/page.tsx +2 -2
app/page.tsx CHANGED
@@ -5,8 +5,8 @@ import './app.css'
5
  const Editor = dynamic(() => import('./editor'), { ssr: false })
6
 
7
  const defaultValue = `
8
- // Welcome to monacopilot 💻 🛩️ 💫
9
- // Press ⌘ + B to invoke (💫 StarCoder LLM)
10
  // Base URL is configurable in settings
11
  `.trim()
12
 
 
5
  const Editor = dynamic(() => import('./editor'), { ssr: false })
6
 
7
  const defaultValue = `
8
+ // Welcome to monacopilot
9
+ // Press ⌘ + B to invoke
10
  // Base URL is configurable in settings
11
  `.trim()
12