Streamlit 1.16.0 からは Markdown で色指定が可能
2022/12/14 にリリースされた Streamlit の Version 1.16.0 から st.markdown や st.header でフォントの色指定が可能になったそうです。
Colored text, using the syntax :color[text to be colored], where color needs to be replaced with any of the following supported colors: blue, green, orange, red, violet.
指定可能な色は現状、以下の 5 種類のみのようです。
- blue
- green
- orange
- red
- violet.
サンプルコード¶
以下のサンプルコードを用意します。
1 2 3 4 5 6 7 |
|
実行結果¶
サンプルコードを実行してみます。
1 |
|
http://ADDRESS:8501/
へアクセスすると以下のように表示されました。