From 50c6dae485c8ca91ec8e7f49534264e3fdeffc8a Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Fri, 25 Jul 2025 23:37:34 +0300 Subject: [PATCH] UI --- web/clean_dashboard.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/clean_dashboard.py b/web/clean_dashboard.py index 8731bdf..f2bc2e4 100644 --- a/web/clean_dashboard.py +++ b/web/clean_dashboard.py @@ -2742,7 +2742,8 @@ class CleanTradingDashboard: 'suggested_action': 'HOLD', 'last_training_time': 'Never', 'last_training_duration': 0.0, - 'last_training_loss': 0.0 + 'last_training_loss': 0.0, + 'is_placeholder': True # Mark as placeholder data } logger.debug(f"CNN adapter available: {type(self.cnn_adapter)}")