michaelpiro1 commited on
Commit
7c91609
·
verified ·
1 Parent(s): 0548220

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -1,8 +1,6 @@
1
  import streamlit as st
2
- from soundlit import AudioWidget
3
- # Custom streamlit component for audio recording and uploading
4
- widget = AudioWidget()
5
- audio = widget.load_audio()
6
  add_selectbox = st.sidebar.selectbox(
7
  'How would you like to be contacted?',
8
  ('Email', 'Home phone', 'Mobile phone')
 
1
  import streamlit as st
2
+ st.audio("cat-purr.mp3", format="audio/mpeg", loop=True)
3
+
 
 
4
  add_selectbox = st.sidebar.selectbox(
5
  'How would you like to be contacted?',
6
  ('Email', 'Home phone', 'Mobile phone')