Change browser tab title

This commit is contained in:
2020-03-20 15:02:50 +01:00
parent eed05fe3fe
commit f1a4fe61f9

View File

@@ -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):