Over the next quarter the model forecasts a
{#if !deactivateContent}
-
Unlock Prediction with Pro
diff --git a/src/lib/components/PriceAnalysis.svelte b/src/lib/components/PriceAnalysis.svelte
index 8e9697d1..7bef112f 100644
--- a/src/lib/components/PriceAnalysis.svelte
+++ b/src/lib/components/PriceAnalysis.svelte
@@ -184,7 +184,7 @@ onMount(async () => {
Price Sentiment
- {priceSentiment}
+ {priceSentiment}
@@ -258,7 +258,7 @@ onMount(async () => {
Over the next 12 months, the model predicts a
- {priceSentiment}
+ {priceSentiment}
trend, suggesting that the future price is expected to {priceSentiment === 'Bullish' ? 'surpass' : 'to be less than'} the previous price of
${lastPrice?.toFixed(2) ?? 'n/a'}, with a mean value of ${oneYearPricePrediction}.
diff --git a/src/lib/components/TrendAnalysis.svelte b/src/lib/components/TrendAnalysis.svelte
index 3d616364..26891f9a 100644
--- a/src/lib/components/TrendAnalysis.svelte
+++ b/src/lib/components/TrendAnalysis.svelte
@@ -117,7 +117,7 @@ $: {
Trend Sentiment
- {flowSentiment}
+ {flowSentiment}
@@ -198,7 +198,7 @@ $: {
Over the next {displayData === 'threeMonth' ? '3 months' : displayData === 'oneMonth' ? '1 month' : '1 week'}, the model forecasts a
- {flowSentiment}
+ {flowSentiment}
trend, indicating that the future price is expected to {flowSentiment === 'Bullish' ? 'exceed' : 'to be less than'} the previous price of
${lastPrice ?? 'n/a'}.
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index fb59013b..3e0f3319 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -329,7 +329,7 @@ onMount( async() => {