In my python plotly -dash project, I ve an calculated area named ‘perc1’. I’ve managed to print my value on localhost: 127.0.0.1:8055/ via ‘html.P’ function. But now I try to print it with red or green colors. For exmple while perc1 value is greater than 0 , font-color will be green, if its less then 0 it will be red colored.