Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def main():
|
|
75 |
|
76 |
st.subheader("2. Select time duration (In Seconds)")
|
77 |
# time_slider = st.slider("Select time duration (In Seconds)", 0, 60, 10)
|
78 |
-
time_slider = st.slider("Select time duration (In Minutes)",
|
79 |
|
80 |
|
81 |
st.title("""🎵 Song Lab AI 🎵""")
|
|
|
75 |
|
76 |
st.subheader("2. Select time duration (In Seconds)")
|
77 |
# time_slider = st.slider("Select time duration (In Seconds)", 0, 60, 10)
|
78 |
+
time_slider = st.slider("Select time duration (In Minutes)", 0,300,10, step=1)
|
79 |
|
80 |
|
81 |
st.title("""🎵 Song Lab AI 🎵""")
|