if st.button('Click here') is True:
st.write('Great')
By default, the button border is highlighted when I hover over it. But I want to fill the button background with the custom primaryColor of the Streamlit theme.
Now is it possible to call the primaryColor in the st.markdown of the button automatically so that whenever I change the color code in the theme, the button color will change too? In that case, what should I write in the code?
Yes, in that way, I can customize everything manually in my .py file. But what I wanted is to connect/call the color codes that are set in my config.toml file.
This looks like an automatically generated classname. This will probably break quite fast.
The css selector div.stButton > button:first-child is a bit more robust as the class name stButton is set in the react code. This is of course not a garantee that it won’t break in new streamlit releases as it’s a hack to change the color of a bottom.
You can read the config.toml file with toml python package and insert the color codes into the css string you enter in the markdown object.
Yes, we will be putting the YouTube tutorials on our website (we are in the process of redesigning and adding more content to the docs!).
If we embed the videos on our website as well, would you be able to see them then?
Also, I update the forum post (the one linked above) with the new short each time one comes out, it has the code there that you can copy-paste and try yourself!
I can look the video when the media file is locating on streamlit server machine; if the video is just a link to youtube, I will can not look it.
Maybe you can download the video from youtube and upload it to streamlit website if it is possible.
Thanks for stopping by! We use cookies to help us understand how you interact with our website.
By clicking “Accept all”, you consent to our use of cookies. For more information, please see our privacy policy.
Cookie settings
Strictly necessary cookies
These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms.
Performance cookies
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us understand how visitors move around the site and which pages are most frequently visited.
Functional cookies
These cookies are used to record your choices and settings, maintain your preferences over time and recognize you when you return to our website. These cookies help us to personalize our content for you and remember your preferences.
Targeting cookies
These cookies may be deployed to our site by our advertising partners to build a profile of your interest and provide you with content that is relevant to you, including showing you relevant ads on other websites.