File size: 225 Bytes
20b15f3
 
 
 
 
 
1
2
3
4
5
6
7
"""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.
"""