slimshadow commited on
Commit
d5c607e
·
verified ·
1 Parent(s): fb16cb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def plot_waveform(audio, start_time, end_time):
21
  return fig
22
 
23
  # Streamlit UI
24
- st.title("Interactive Audio Cutter")
25
 
26
  uploaded_file = st.file_uploader("Choose an audio file", type=["mp3", "wav"])
27
 
 
21
  return fig
22
 
23
  # Streamlit UI
24
+ st.title("Audio Cutter")
25
 
26
  uploaded_file = st.file_uploader("Choose an audio file", type=["mp3", "wav"])
27