diff --git a/streamlit_frontend/speech_to_text.py b/streamlit_frontend/speech_to_text.py index 551898b..92a2dd2 100644 --- a/streamlit_frontend/speech_to_text.py +++ b/streamlit_frontend/speech_to_text.py @@ -29,7 +29,7 @@ def main(): api_addr, _, _ = st.columns([2, 1, 1]) api_addr.markdown( - f"
1. {translate('select_korean', st.session_state.ko_en)}
3. {translate('play_wav', st.session_state.ko_en)}
", + f"1. {translate('select_korean', st.session_state.ko_en)}
3. {translate('play_wav', st.session_state.ko_en)}
", unsafe_allow_html=True, )