"""Objectverse Diary app entrypoint.""" from src.ui.layout import build_app app = build_app() if __name__ == "__main__": app.launch()