feedback_forensics.app.interface#

Module Contents#

Functions#

_add_title_row

Add a title row to the interface.

_create_header

Create the app header with logo and links.

_create_getting_started_section

_initialize_state

Initialize the state of the app.

_create_configuration_panel

Create the configuration panel of the interface.

_create_numerical_results_panel

_create_example_viewer

Create viewer for individual datapoints as examples.

_create_results_panel

_force_dark_theme

generate

API#

feedback_forensics.app.interface._add_title_row(title: str)#

Add a title row to the interface.

Args: title (str): Title text to display

feedback_forensics.app.interface._create_header()#

Create the app header with logo and links.

feedback_forensics.app.interface._create_getting_started_section()#
feedback_forensics.app.interface._initialize_state(state: dict)#

Initialize the state of the app.

feedback_forensics.app.interface._create_configuration_panel(inp: dict, state: dict)#

Create the configuration panel of the interface.

feedback_forensics.app.interface._create_numerical_results_panel(inp: dict, out: dict)#
feedback_forensics.app.interface._create_example_viewer(inp: dict, out: dict)#

Create viewer for individual datapoints as examples.

feedback_forensics.app.interface._create_results_panel(inp: dict, out: dict)#
feedback_forensics.app.interface._force_dark_theme(block)#
feedback_forensics.app.interface.generate()#