from src.insurance_assistants.ui import UI from src.insurance_assistants.consts import PROJECT_ROOT_DIR if __name__ == "__main__": UI().launch(allowed_paths=[(PROJECT_ROOT_DIR /"data/policy_wordings").as_posix()])