zoya23 commited on
Commit
8aee6e7
·
verified ·
1 Parent(s): 9e85e44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,4 +44,4 @@ if st.button("Get Market Brief"):
44
  # speak
45
  audio_path = text_to_speech(final_summary)
46
  with open(audio_path, "rb") as audio_file:
47
- st.audio(audio_file.read(), format="audio/mp3")
 
44
  # speak
45
  audio_path = text_to_speech(final_summary)
46
  with open(audio_path, "rb") as audio_file:
47
+ st.audio(audio_file.read(), format="audio/mp3")