Hi @sarahekim53
I think you can add hover_data=[‘title’,‘country’] inside you px.sunburst(). Then try something like this:
fig.update_traces(hovertemplate=
"<b>%{customdata[0]}</b><br><br>" +
<b>%{customdata[1]}</b><br><br>" +
"<extra></extra>",
)