"""Custom Gradio web UI for the Quant Research Environment.""" import gradio as gr from .theme import DARK_THEME, NEON_CSS from .tabs.readme_tab import build_readme_tab from .tabs.playground_tab import build_playground_tab from .tabs.traces_tab import build_traces_tab from .tabs.leaderboard_tab import build_leaderboard_tab from .tabs.tasks_tab import build_tasks_tab def build_ui(web_manager, metadata) -> gr.Blocks: """Build the full multi-tab Gradio application.""" with gr.Blocks( title="Quant Research Environment", ) as app: gr.HTML("""
AI agents as quantitative researchers on real Indian equity data