From a06227b78f6226e2091069ad8e77d92d1cdf2e32 Mon Sep 17 00:00:00 2001 From: Chanin Nantasenamat <51851491+dataprofessor@users.noreply.github.com> Date: Thu, 17 Aug 2023 19:04:42 +0700 Subject: [PATCH] Update Day5.md --- content/ja/Day5.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/ja/Day5.md b/content/ja/Day5.md index bb772a6..bf79e4c 100644 --- a/content/ja/Day5.md +++ b/content/ja/Day5.md @@ -34,7 +34,7 @@ st.header('st.write') #例1 -st.write('Hello, *World!* emoji') +st.write('Hello, *World!* :sunglasses:') #例2 @@ -141,4 +141,4 @@ st.write(c) - [`st.caption`](https://docs.streamlit.io/library/api-reference/text/st.caption) - [`st.text`](https://docs.streamlit.io/library/api-reference/text/st.text) - [`st.latex`](https://docs.streamlit.io/library/api-reference/text/st.latex) -- [`st.code`](https://docs.streamlit.io/library/api-reference/text/st.code) \ No newline at end of file +- [`st.code`](https://docs.streamlit.io/library/api-reference/text/st.code)