"""Tests for Gradio app construction.""" from pathlib import Path import pytest gradio = pytest.importorskip("gradio") def test_architecture_html_exists(): path = Path(__file__).parent.parent / "architecture.html" assert path.exists(), "architecture.html not found" content = path.read_text() assert "lmaf-arch" in content assert "