From a1c1de4adf2da687a19ef78690771141a404a2e2 Mon Sep 17 00:00:00 2001 From: OZaharko Date: Wed, 16 Aug 2023 17:35:58 +0200 Subject: [PATCH] Change Titles --- pyzebra/app/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyzebra/app/main.py b/pyzebra/app/main.py index 0d6b03c..7d9dcc2 100644 --- a/pyzebra/app/main.py +++ b/pyzebra/app/main.py @@ -46,8 +46,8 @@ doc.sxtal_refgen_path = args.sxtal_refgen_path # In app_hooks.py a StreamHandler was added to "bokeh" logger bokeh_stream = logging.getLogger("bokeh").handlers[0].stream -log_textareainput = TextAreaInput(title="logging output:") -bokeh_log_textareainput = TextAreaInput(title="bokeh server output:") +log_textareainput = TextAreaInput(title="Logging output:") +bokeh_log_textareainput = TextAreaInput(title="Server output:") def proposal_textinput_callback(_attr, _old, _new):