Spaces:
Sleeping
Sleeping
MingruiZhang
commited on
Commit
·
9eec735
1
Parent(s):
fdc5ed2
trigger build
Browse files
components/empty-screen.tsx
CHANGED
@@ -23,7 +23,8 @@ export function EmptyScreen({ setInput }: Pick<UseChatHelpers, 'setInput'>) {
|
|
23 |
return (
|
24 |
<div className="mx-auto max-w-2xl px-4">
|
25 |
<div className="rounded-lg border bg-background p-8">
|
26 |
-
<h1 className="text-lg font-semibold">Welcome to Vision Agent</h1>
|
|
|
27 |
</div>
|
28 |
</div>
|
29 |
)
|
|
|
23 |
return (
|
24 |
<div className="mx-auto max-w-2xl px-4">
|
25 |
<div className="rounded-lg border bg-background p-8">
|
26 |
+
<h1 className="md-2 text-lg font-semibold">Welcome to Vision Agent</h1>
|
27 |
+
<p>Start by uploading an image</p>
|
28 |
</div>
|
29 |
</div>
|
30 |
)
|