From d2b6e54c34503e773525e172fae1c24f6b72d81c Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Mon, 28 Oct 2024 22:42:56 +0100 Subject: [PATCH] bugfixing syntax issues --- src/lib/components/PriceAnalysis.svelte | 136 +++++++++++++++++++- src/lib/components/SentimentAnalysis.svelte | 32 ++++- 2 files changed, 164 insertions(+), 4 deletions(-) diff --git a/src/lib/components/PriceAnalysis.svelte b/src/lib/components/PriceAnalysis.svelte index 7fc3b910..7e416a26 100644 --- a/src/lib/components/PriceAnalysis.svelte +++ b/src/lib/components/PriceAnalysis.svelte @@ -1,4 +1,134 @@ - +
@@ -41,7 +171,7 @@ {priceSentiment} @@ -174,7 +304,7 @@ Over the next 12 months, the model predicts a {priceSentiment} trend, suggesting that the future price is expected to {priceSentiment === diff --git a/src/lib/components/SentimentAnalysis.svelte b/src/lib/components/SentimentAnalysis.svelte index 3fc5f6fb..0175feb0 100644 --- a/src/lib/components/SentimentAnalysis.svelte +++ b/src/lib/components/SentimentAnalysis.svelte @@ -1,4 +1,34 @@ - +