Skip to content

Commit

Permalink
fix: formatting on language detection page
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Oct 24, 2024
1 parent 6539871 commit d4b85d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/web/src/routes/languagedetection/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
</script>

<div class="[&>*]:mt-12 p-4">
<div class="[&>*]:mt-12 p-4 dark:[&>*]:text-white">
<h1 class="text-2xl">Language Detection Demo</h1>
<p>
This is demonstration of Harper's ability to quickly (under 1 ms for large documents) determine
Expand All @@ -52,5 +52,7 @@
placeholder="Is your text supposed to be English?"
/>

<p>This lower area will show the chunks of the provided text that are marked as English.</p>

<Textarea rows={8} value={strippedText} />
</div>

0 comments on commit d4b85d4

Please sign in to comment.