Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ with st.sidebar:
|
|
92 |
st.markdown(Audio_Header_text)
|
93 |
|
94 |
# Path or URL to the audio file
|
95 |
-
audio_file_path = '
|
96 |
# Display the audio player widget
|
97 |
st.audio(audio_file_path, format='audio/mp4', start_time=0)
|
98 |
|
|
|
92 |
st.markdown(Audio_Header_text)
|
93 |
|
94 |
# Path or URL to the audio file
|
95 |
+
audio_file_path = 'Audio_Introduction_Literacy.m4a'
|
96 |
# Display the audio player widget
|
97 |
st.audio(audio_file_path, format='audio/mp4', start_time=0)
|
98 |
|