ProfessorLeVesseur commited on
Commit
2e9378a
·
verified ·
1 Parent(s): 6caaaef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = '/Users/cheynelevesseur/Desktop/Python_Code/Projects/LLM/Streamlit_Document_Reader_Simple/Audio_Introduction_Literacy.m4a'
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