Create HTML text with tooltip functionality for use in GT table cells.
The with_tooltip() function creates an HTML <abbr> element with a tooltip that appears when users hover over the text. The text can be styled with customizable underline styles and colors to indicate it’s interactive.
Parameters
label:str
A string that will be displayed as the visible text.
tooltip:str
A string that will appear as the tooltip when hovering over the label.