Jaman commited on
Commit
a59c521
·
verified ·
1 Parent(s): 92ff3c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def process_audio(file_path, choice):
36
 
37
 
38
  # Streamlit app
39
- st.title('Monarch Music Analysis')
40
 
41
  task_choice = st.selectbox('Choose a task', ['Vocal Remove'])
42
 
 
36
 
37
 
38
  # Streamlit app
39
+ st.title('Monarch Music Analysis: Vocal Remover')
40
 
41
  task_choice = st.selectbox('Choose a task', ['Vocal Remove'])
42