After an upgrade from 1.36 to 1.41.1 the following code quit working with no error:
st.markdown(
"""
:green-background[NOTE:]
:pink[ Campaign data added to events starting 11-08-2024. This dashboard ony reflects data from that date forward]
"""
If you’re creating a debugging post, please include the following info:
Are you running your app locally or is it deployed? - Both
If your app is deployed:
a. Is it deployed on Community Cloud or another hosting platform? - Cloud Run
b. Share the link to the public deployed app. - https://dashboard-campaigns.curiouslearning.org/
Colored text and background colors for text, using the syntax :color[text to be colored] and :color-background[text to be colored], respectively. color must be replaced with any of the following supported colors: blue, green, orange, red, violet, gray/grey, rainbow. For example, you can use :orange[your text here] or :blue-background[your text here].