Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -249,7 +249,7 @@ if uploaded_file is not None:
|
|
249 |
|
250 |
# English audio button
|
251 |
with col1:
|
252 |
-
if st.button("🔊 Play Story in English by our
|
253 |
# Only generate audio if not already done
|
254 |
if not st.session_state.audio_generated_en:
|
255 |
# Need to run async function with asyncio
|
|
|
249 |
|
250 |
# English audio button
|
251 |
with col1:
|
252 |
+
if st.button("🔊 Play Story in English that read aloud by our magician !"):
|
253 |
# Only generate audio if not already done
|
254 |
if not st.session_state.audio_generated_en:
|
255 |
# Need to run async function with asyncio
|