Add descriptive text to your layout using Markdown.
from lplots.widgets.text import w_text_output w_text_output(content=f""" ### Section Title <details> <summary>Spoiler Title</summary> Spoiler body text... </details> """)
Was this page helpful?