You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can increase font size of sidebar page names currently with Streamlit 1.27.2 with:
st.markdown(""" <style> /* Increase font size by setting the 18px below to whatever you want */ .st-emotion-cache-j7qwjs { font-size: 18px; } </style> """, unsafe_allow_html=True)
Do keep in mind in newer Streamlit versions that css (.st-emotion-cache-j7qwjs) can change and you'll have to adjust your code accordingly.
The font is too small and we hope st_pages will add controllable parameters.
The text was updated successfully, but these errors were encountered: