randmimc commited on
Commit
8fcc9de
·
verified ·
1 Parent(s): c076d4e

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -3
src/streamlit_app.py CHANGED
@@ -135,6 +135,5 @@ def display_status_and_action(text):
135
  # HTML 렌더링
136
  st.markdown(audio_html, unsafe_allow_html=True)
137
 
138
- # 상태 및 조치 출력
139
- display_status_and_action(selected_text)
140
-
 
135
  # HTML 렌더링
136
  st.markdown(audio_html, unsafe_allow_html=True)
137
 
138
+ if selected_text:
139
+ display_status_and_action(selected_text)