From f1a4fe61f9e44e92574ca2fb7105ad2cad607f53 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Fri, 20 Mar 2020 15:02:50 +0100 Subject: [PATCH] Change browser tab title --- pyzebra/app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyzebra/app.py b/pyzebra/app.py index 688b67e..bfcf3b0 100644 --- a/pyzebra/app.py +++ b/pyzebra/app.py @@ -31,6 +31,7 @@ IMAGE_W = 256 IMAGE_H = 128 doc = curdoc() +doc.title = "pyzebra" global curent_h5_data, current_index @@ -63,7 +64,7 @@ def fileinput_callback(_attr, _old, new): fileinput = TextInput() fileinput.on_change("value", fileinput_callback) -fileinput.value = "/Users/zaharko/1work/ZeBRa/ZebraSoftware/python_for_zebra/hdfdata/1.cami" +fileinput.value = "/das/work/p15/p15876/pyzebra_data/1.cami" def index_spinner_callback(_attr, _old, new):