slliac commited on
Commit
8b47931
·
verified ·
1 Parent(s): 3ce06e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 teacher"):
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