Displaying a variable in an html.Div

Looking to display this variable in an html.Div…

round(self.histf[self.input_hist].dropna().min()*100,2)

Was trying to use the html.P component but it seems to like static arguments and dislike dynamic content.

Any thoughts on how to get that variable in the html.P or if I should be using a different method to display the output?

Thanks

@chriddyp any thoughts on this?