multi_agent_rag / app.py
Shamik's picture
fix: removing the showcasing of the error from the ui and setting debug to false.
d6e9982 verified
raw
history blame contribute delete
218 Bytes
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()])