Skip to content

Commit

Permalink
adjust position
Browse files Browse the repository at this point in the history
  • Loading branch information
Alteras1 committed Apr 9, 2024
1 parent e3e6ef7 commit 596b590
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ export function Demo() {
</CardHeader>
<CardContent className="space-y-2">
<div className="space-y-1">
{!fusionInference && <p className="mt-4">Try running the demo!</p>}
{!fusionInference && <p className="mb-4">Try running the demo!</p>}

{fusionLoading && <Spinner />}
{fusionMsg && <div className="mx-auto block w-max">{fusionMsg}</div>}
Expand Down Expand Up @@ -588,7 +588,7 @@ export function Demo() {
</CardHeader>
<CardContent className="space-y-2">
<div className="space-y-1">
{!tabularInference && <p className="mt-4">Try running the demo!</p>}
{!tabularInference && <p className="mb-4">Try running the demo!</p>}

{tabularLoading && <Spinner />}
{tabularMsg && <div className="mx-auto block w-max">{tabularMsg}</div>}
Expand Down Expand Up @@ -658,7 +658,7 @@ export function Demo() {
</CardHeader>
<CardContent className="space-y-2">
<div className="space-y-1">
{!textInference && <p className="mt-4">Try running the demo!</p>}
{!textInference && <p className="mb-4">Try running the demo!</p>}

{textLoading && <Spinner />}
{textMsg && <div className="mx-auto block w-max">{textMsg}</div>}
Expand Down Expand Up @@ -725,7 +725,7 @@ export function Demo() {
</CardHeader>
<CardContent className="space-y-2">
<div className="space-y-1">
{!imageInference && <p className="mt-4">Try running the demo!</p>}
{!imageInference && <p className="mb-4">Try running the demo!</p>}

{imageLoading && <Spinner />}
{imageMsg && <div className="mx-auto block w-max">{imageMsg}</div>}
Expand Down

0 comments on commit 596b590

Please sign in to comment.