Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,12 +74,6 @@ def main():
|
|
74 |
|
75 |
st.subheader("2. Select time duration (In Seconds)")
|
76 |
time_slider = st.slider("Select time duration (In Seconds)", 0, 60, 10)
|
77 |
-
|
78 |
-
# Adjust the time slider for selecting duration in minutes
|
79 |
-
# time_slider = st.slider("Select time duration (In Minutes)", 1, 5, 1)
|
80 |
-
|
81 |
-
# Convert the selected minutes to seconds
|
82 |
-
# duration_seconds = time_slider * 60
|
83 |
|
84 |
st.title("""🎵 Song Lab AI 🎵""")
|
85 |
st.text('')
|
|
|
74 |
|
75 |
st.subheader("2. Select time duration (In Seconds)")
|
76 |
time_slider = st.slider("Select time duration (In Seconds)", 0, 60, 10)
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
|
78 |
st.title("""🎵 Song Lab AI 🎵""")
|
79 |
st.text('')
|