From 2e3073efd73c5e3f193af5e4ddf8949b7e8aff24 Mon Sep 17 00:00:00 2001 From: Simon Meske Date: Wed, 1 Nov 2023 13:27:54 +0100 Subject: [PATCH] Test commit --- single_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single_pipeline.py b/single_pipeline.py index 37ddd10..4795cdc 100644 --- a/single_pipeline.py +++ b/single_pipeline.py @@ -15,7 +15,7 @@ pn.extension("plotly", "tabulator") app = pn.template.BootstrapTemplate( - title=f"BioPysKit Dashboard - {pipeline.name}", + title=f"BioPysKit Dashboard - {pipeline.name} ", header_background="#186FEF", logo="./assets/Icons/biopsykit_Icon.png", collapsed_sidebar=True,