feedback_forensics.app.interface#
Module Contents#
Functions#
Add a title row to the interface. |
|
Create the app header with logo and links. |
|
Initialize the state of the app. |
|
Create the configuration panel of the interface. |
|
Create viewer for individual datapoints as examples. |
|
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()#