Mongar28 commited on
Commit
ae1388e
1 Parent(s): e85d34d

Actualizacion

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
  import streamlit as st
2
 
3
- x = st.slider('Select a value')
4
- st.write(x, 'squared is', x * x)
 
1
  import streamlit as st
2
 
3
+ archivo_audio = st.file_uploader('Arrastra o ingresa tu archivo .mp3, .ma4, .ogg, .aac', type=[
4
+ '.mp3', '.m4a', '.ogg', '.aac'])