Ejemplo n.º 1
0
def build_app(config_file):
    global annotatr
    annotatr = Annotator.from_config(config_file)
    return app
Ejemplo n.º 2
0
def build_app(config_file):
    global annotatr
    annotatr = Annotator.from_config(config_file)
    return app