diff --git a/app_streamlit.py b/app_streamlit.py index ee37335..d0eccfa 100644 --- a/app_streamlit.py +++ b/app_streamlit.py @@ -581,6 +581,8 @@ def main(): with col4: refresh_sec = st.number_input("๊ฐฑ์‹ (์ดˆ)", min_value=10, max_value=300, value=30) with col5: + now_kst = datetime.now(timezone.utc) + KST + st.markdown(f"
๐Ÿ• ๋งˆ์ง€๋ง‰ ๊ฐฑ์‹ : {now_kst.strftime('%Y-%m-%d %H:%M:%S')} KST
", unsafe_allow_html=True) col5a, col5b, col5c, col5d = st.columns(4) with col5a: refresh_btn = st.button("๐Ÿ”„ ์ƒˆ๋กœ๊ณ ์นจ") @@ -623,7 +625,7 @@ def main(): "modeBarButtonsToRemove": ["lasso2d", "select2d"], }) - st.caption(f"๋งˆ์ง€๋ง‰ ๊ฐฑ์‹ : {datetime.now().strftime('%H:%M:%S')}") + except Exception as e: st.error(f"๋ฐ์ดํ„ฐ ๋กœ๋“œ ์˜ค๋ฅ˜: {e}")