Hello.
I am having an issue rendering the HTML content outputted from to_html method.
Versions
Code to reproduce
import plotly.express as px
from IPython.display import HTML
df = px.data.iris()
fig = px.scatter(df, x="sepal_width", y="sepal_length", color="species")
HTML(fig.to_html())
Output

Browser page inspection (from Brave)
