chinmayc3 commited on
Commit
3a19191
·
1 Parent(s): a758b55

added toast for audio recorded status

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -365,6 +365,7 @@ def main():
365
  os.makedirs(TEMP_DIR, exist_ok=True)
366
  st.session_state.audio_path = tmp_file.name
367
  st.session_state.option_selected = None
 
368
 
369
  with col2:
370
  st.markdown("### Random Audio Example")
 
365
  os.makedirs(TEMP_DIR, exist_ok=True)
366
  st.session_state.audio_path = tmp_file.name
367
  st.session_state.option_selected = None
368
+ st.toast("Audio recorded successfully",icon="🎤")
369
 
370
  with col2:
371
  st.markdown("### Random Audio Example")