diff --git a/src/components/Common/DownloadModelModal.tsx b/src/components/Common/DownloadModelModal.tsx index 458c1f0..22edc0a 100644 --- a/src/components/Common/DownloadModelModal.tsx +++ b/src/components/Common/DownloadModelModal.tsx @@ -67,7 +67,7 @@ export const DownloadModelModal: React.FC = ({ } return ( = ({ }} /> -
-
+
+
auto_awesome @@ -101,31 +101,34 @@ export const DownloadModelModal: React.FC = ({
-
-

- Our newest model, Maia 2, provides richer and more in-depth - analysis, allowing for: -

-
    -
  • - ✨ Detailed move evaluations tailored to different rating levels -
  • -
  • - 🧠 Insights into how players of various strengths approach the - game -
  • -
  • - ⚡ Faster, local analysis without needing to send data to a - server -
  • -
-

- Maia 2 runs entirely on your device and requires a one-time 90mb - download. -

+
+
+

+ Our newest model, Maia 2, provides richer and more in-depth + analysis, allowing for: +

+
    +
  • + ✨ Detailed move evaluations tailored to different rating + levels +
  • +
  • + 🧠 Insights into how players of various strengths approach the + game +
  • +
  • + ⚡ Faster, local analysis without needing to send data to a + server +
  • +
+

+ Maia 2 runs entirely on your device and requires a one-time 90mb + download. +

+
-
+
{progress ? (

@@ -141,7 +144,7 @@ export const DownloadModelModal: React.FC = ({

home @@ -152,7 +155,7 @@ export const DownloadModelModal: React.FC = ({
= 100 ? 'cursor-not-allowed border border-human-4/30 bg-human-4/50' : 'cursor-pointer border border-glass-border bg-human-4 hover:bg-human-3'