From 9268fa71c7b0d61889cface54bbbd7e68151754b Mon Sep 17 00:00:00 2001 From: Lorena Hendrix Date: Thu, 19 Dec 2024 15:58:59 +0100 Subject: [PATCH] Improvement of the introduction text --- gui/app_scripts/app_view.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/gui/app_scripts/app_view.py b/gui/app_scripts/app_view.py index ed5f409..698e329 100644 --- a/gui/app_scripts/app_view.py +++ b/gui/app_scripts/app_view.py @@ -75,13 +75,14 @@ class SetHeading: def __init__(self, logo): self.logo = logo - self.title = "Battery Model" + self.title = "BattMoApp" self.subtitle = "Framework for continuum modelling of electrochemical devices." self.description = """ - This graphical user interface can be used to run (cell level) battery simulations - with BattMo. BattMo is a framework for continuum modelling of electrochemical - devices. It simulates the Current-Voltage response of a battery using - Physics-based models. + Welcome to BattMoApp, a user-friendly and accessible platform for cell-level battery modelling. + Our web application leverages the powerful BattMo.jl software to model battery cells with precision and speed. + It offers a suite of features designed to make battery simulations easy and intuitive. + Hover over the following buttons and explore what BattMoApp has to offer. Have fun simulating! + """ self.info = "Hover over the following buttons to see what you can find on each page." @@ -91,7 +92,7 @@ def __init__(self, logo): def set_heading(self): self.set_title_and_logo() self.set_description() - self.set_info() + # self.set_info() def set_title_and_logo(self): # Title and subtitle