Spaces:
Running
Running
ageraustine
commited on
Commit
•
148d025
1
Parent(s):
73e73b2
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def main():
|
|
27 |
Creates the Streamlit app for uploading audio (optional),
|
28 |
and sending it to an API for music generation.
|
29 |
"""
|
30 |
-
st.title("
|
31 |
|
32 |
genres = ["Pop", "Rock", "Jazz", "Electronic", "Hip-Hop", "Classical", "Lofi", "Chillpop", "Bossa Nova"]
|
33 |
selected_genre = st.selectbox("Select Genre", genres)
|
|
|
27 |
Creates the Streamlit app for uploading audio (optional),
|
28 |
and sending it to an API for music generation.
|
29 |
"""
|
30 |
+
st.title("SonglabAI")
|
31 |
|
32 |
genres = ["Pop", "Rock", "Jazz", "Electronic", "Hip-Hop", "Classical", "Lofi", "Chillpop", "Bossa Nova"]
|
33 |
selected_genre = st.selectbox("Select Genre", genres)
|