I have a streamlit metric (python) -
col1.markdown("#### Average score: {0} category".format(selected_usertype))
col1.metric(label = "(last 45 days)".format(selected_usertype), value = float(df_selected_score["averagescore"]))
Is there a way to set a background color to the metric displayed?