Spaces:
Runtime error
Runtime error
matthoffner
commited on
Commit
•
c69d418
1
Parent(s):
73cf497
Update pages/api/home/home.tsx
Browse files- pages/api/home/home.tsx +2 -2
pages/api/home/home.tsx
CHANGED
@@ -336,8 +336,8 @@ const Home = ({
|
|
336 |
}}
|
337 |
>
|
338 |
<Head>
|
339 |
-
<title>
|
340 |
-
<meta name="description" content="
|
341 |
<meta
|
342 |
name="viewport"
|
343 |
content="height=device-height ,width=device-width, initial-scale=1, user-scalable=no"
|
|
|
336 |
}}
|
337 |
>
|
338 |
<Head>
|
339 |
+
<title>Starchat UI</title>
|
340 |
+
<meta name="description" content="A coding assistant that you can run on your computer" />
|
341 |
<meta
|
342 |
name="viewport"
|
343 |
content="height=device-height ,width=device-width, initial-scale=1, user-scalable=no"
|