Changing colour of stx.tabbaritems in streamlit_extras

Can we change the colour of the tab_bar or the colour of the label of the tab_bar?

chosen_id = stx.tab_bar(data=[
stx.TabBarItemData(id=“tab_pdf”, title=“Upload PDF”, description=“Get answers from PDF”),
stx.TabBarItemData(id=“tab_util”, title=“Data Viz.”, description=“Visualize Data”),
stx.TabBarItemData(id=“tab_dilo”, title=“Result Prediction”, description=“Predict outcome”)])

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