dcase_util.ui.FancyHTMLStringifier.section_header

FancyHTMLStringifier.section_header(text, indent=0, tag='h2')[source]

Section header

Parameters
textstr

Section header text

indentint

Amount of indention used for the line Default value 0

tagstr

HTML tag used for the title Default value “h2”

Returns
str