Skip to content

Commit

Permalink
Improvement of the introduction text
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Dec 19, 2024
1 parent 7499953 commit 9268fa7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions gui/app_scripts/app_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand All @@ -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
Expand Down

0 comments on commit 9268fa7

Please sign in to comment.