Gpagejr12 commited on
Commit
fd65cc2
·
verified ·
1 Parent(s): 0c3e3fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)", 1, 5, 2, step=1)
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 🎵""")