Customized Streamlit app #108
Muhammad-Ali-Butt
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
This is great, thanks for sharing! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://muhammad-ali-butt-streamlit-apps-stlitapp-agbi1p.streamlit.app/
Theme changed for streamlit app, just look up streamlit config.toml and you can do it too and i also added an animation as gif. To add custom theme create a new file as txt in same folder in which you have your streamlit environment files etc and rename it to config plus change extension to .toml i.e. config.toml and then simply copy paste the following in the config.toml with which you can play as you wish:
[theme]
primaryColor="gainsboro"
backgroundColor= "darkblue"
secondaryBackgroundColor="#00203FFF"
textColor="#ffffff"
font="sans serif"
There are a lot of other different things as well which you can add in config file as per your wish
Beta Was this translation helpful? Give feedback.
All reactions