pythonpy-shiny

Shiny for python ui.output_text_verbatim font size


how do you change the size of the output of ui.output_text_verbatim in shiny for python? Thanks


Solution

  • You can do that easily by using Global Styling in shiny apps just by inspecting the CSS class name and style that class with your own css.

    Here's is a Shinylive example:

    Bigger Text Verbatim example

    I hope this helps.