diff --git a/frontend.py b/frontend.py index f5c847b..418d90d 100644 --- a/frontend.py +++ b/frontend.py @@ -38,7 +38,7 @@ def get_my_devices(): if len(my_devices) <= 0: raise ValueError("No devices available for this user.") -header = html.H1(children=f"SYSC3010 - Lab4") +header = html.H1(children=f"L3_G4W_LAB4 :)") subheader = html.H4(children=f"{firstname.capitalize()} {lastname.capitalize()}")