AlekseyKorshuk commited on
Commit
7e21898
1 Parent(s): 035d641

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ num_epoch = st.number_input("Number of epochs:",
81
  value=1,
82
  )
83
 
84
- chord_duration = st.number_input("Custom chord duration (leave zero for auto-calculation):",
85
  min_value=0.0,
86
  max_value=1000.0,
87
  step=0.0001,
 
81
  value=1,
82
  )
83
 
84
+ chord_duration = st.number_input("Custom chord duration is seconds (leave zero for auto-calculation):",
85
  min_value=0.0,
86
  max_value=1000.0,
87
  step=0.0001,