File size: 189 Bytes
9f284e8
 
 
 
 
1
2
3
4
5
from src.insurance_assistants.ui import UI

if __name__ == "__main__":
    UI().launch(allowed_paths=[(PROJECT_ROOT_DIR /"data/policy_wordings").as_posix()],
               show_error=True)