NOVA / ui /__init__.py
S-4-G-4-R's picture
Initial commit
20b15f3
Raw
History Blame Contribute Delete
225 Bytes
"""NOVA's Gradio UI layer.
Everything in here is presentation + wiring. The two backend sub-projects --
`app/` (the research pipeline) and `chatbot_core/` (the single-PDF Q&A) -- are
imported and driven, never modified.
"""