ui.output_text_verbatim
ui.output_text_verbatim(id, placeholder=False)Deprecated. Use output_code (for monospaced text) or output_text (for plain text) instead.
Create a output container for some text. Place a text result in the user interface. Differs from output_text in that it wraps the text in a fixed-width container with a gray-ish background color and border.
Parameters
Returns
: Tag-
A UI element