SaileshSivan commited on
Commit
47b6e5b
·
1 Parent(s): 91e3aa3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -95,6 +95,7 @@ if submit:
95
  )
96
 
97
  # Embed audio in the webpage without saving it
 
98
  st.audio(audio_response.content,format="audio/wav",start_time=0)
99
 
100
 
 
95
  )
96
 
97
  # Embed audio in the webpage without saving it
98
+ st.header(':blue[Listen] :loud_sound:')
99
  st.audio(audio_response.content,format="audio/wav",start_time=0)
100
 
101