Hi,
Is there a way to combine code + text formatting inside an st.warning box?
with #1: normal text
and #2: code
Thanks,
Charly
Hi,
Is there a way to combine code + text formatting inside an st.warning box?
with #1: normal text
and #2: code
Thanks,
Charly
Also interested
And thanks for this beautiful project again.
I don’t think there’s a way to do it natively @Charly_Wargnier, but it’s probably possible using the CSS hack. Use HTML to name the divs separately, then give them custom rules.
Great, I’ll give it a whirl Randy! 
Thanks!