9f284e8 aa3bf9e 9f284e8
1
2
3
4
5
6
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()], show_error=True)