Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|