Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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)
|
|
|