Skip to content

Commit

Permalink
Merge pull request #49 from statgarten/ktr
Browse files Browse the repository at this point in the history
영어, 한국어 STT 안내 메세지 API 링크 수정
  • Loading branch information
MinDongRyul authored Oct 31, 2023
2 parents 0174a2e + 629f55a commit 4248021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlit_frontend/speech_to_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def main():
api_addr, _, _ = st.columns([2, 1, 1])

api_addr.markdown(
f"<p style='display: inline-block;'><span style='display:inline-block;'><p>1. {translate('select_korean', st.session_state.ko_en)}</p>2. {translate('link_expl', st.session_state.ko_en)}<a style='display: inline-block; text-align: left;' href=https://developers.vito.ai/docs/>{translate('link_name', st.session_state.ko_en)}</a></p><p>3. {translate('play_wav', st.session_state.ko_en)}</p></span>",
f"<p style='display: inline-block;'><span style='display:inline-block;'><p>1. {translate('select_korean', st.session_state.ko_en)}</p>2. {translate('link_expl', st.session_state.ko_en)}<a style='display: inline-block; text-align: left;' href=https://platform.openai.com/docs/guides/speech-to-text>{translate('link_name', st.session_state.ko_en)}</a></p><p>3. {translate('play_wav', st.session_state.ko_en)}</p></span>",
unsafe_allow_html=True,
)

Expand Down

0 comments on commit 4248021

Please sign in to comment.