Suggestions to extend display status options

In Streamlit, we have ways of displaying colour-banded text via: st.error, st.info, st.warning, st.success…

Rather than having multiple commands, what if we could combine this to a single command… say… st.colouredtext(text=, r=, g=, b=)

This way we can get to custom colour-band our text for any imagined utility by just supplying the RGB codes.

Just a suggestion…

Thanks :slight_smile:

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.