Learning Interface

Gradio interface

Setup

Learning Interface


source

create_css

 create_css ()

Create custom CSS for interface styling with auth and mobile support.

This module provides the user interface for the clinical learning system, including: * Case presentation and feedback * Learning preference configuration * Session management * Progress visualization


source

LearningInterface

 LearningInterface (context_path:Optional[pathlib.Path]=None,
                    model:str='anthropic/claude-3.5-sonnet',
                    api_url:Optional[str]=None)

*Gradio interface for clinical learning system.

Features: - Context selection - Goal management - Case discussion with streaming - Progress tracking*

Tests