Spaces:
Paused
Paused
Update app.py
Browse files
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("
|
| 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 |
|