kivilaid commited on
Commit
a0d3549
·
1 Parent(s): 1c65519

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def main():
54
  # 5. Play audio automatically - Read the audio file and pass its content
55
  with open(audio_file_path, "rb") as audio_file:
56
  audio_data = audio_file.read()
57
- st.audio(audio_data, format='audio/mp3', start_time=0)
58
 
59
  # Optionally, delete the audio file after playing
60
  # os.remove(audio_file_path)
 
54
  # 5. Play audio automatically - Read the audio file and pass its content
55
  with open(audio_file_path, "rb") as audio_file:
56
  audio_data = audio_file.read()
57
+ st.audio(audio_data, format='audio/mpeg', start_time=0)
58
 
59
  # Optionally, delete the audio file after playing
60
  # os.remove(audio_file_path)