def build_app(config_file):
    global annotatr
    annotatr = Annotator.from_config(config_file)
    return app
def build_app(config_file):
    global annotatr
    annotatr = Annotator.from_config(config_file)
    return app