Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
import streamlit as st
|
2 |
-
|
3 |
-
x = st.
|
4 |
-
st.write(x,
|
|
|
1 |
import streamlit as st
|
2 |
+
st.header("Any songs to Lo-Fi")
|
3 |
+
x = st.file_uploader("Upload your music")
|
4 |
+
st.write(x,"Processing")
|