Scientific Notation in Dash

Please help. When using html.Label for printing out the numbers with scientific notation, the only number greater than 10e-6 are printed in scientific format. Otherwise, it is printed as a decimal number.

I am using np.format_float_scientific to convert the value of the variable into scientific notation.

Do I have to use any other converter? Or any other html component to printout the value of the number in scientific notation?