MK-316 commited on
Commit
3cacc8a
1 Parent(s): ea22983

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def reset_countdown():
66
  st.session_state.time_up = False
67
 
68
  # Input field for countdown time in seconds
69
- st.session_state.start_time = st.number_input("Set Countdown Time (in seconds)", min_value=0, max_value=3600, value=10)
70
 
71
  # Two columns: one for current time and buttons, another for circular progress
72
  col1, col2 = st.columns([2, 1])
 
66
  st.session_state.time_up = False
67
 
68
  # Input field for countdown time in seconds
69
+ st.session_state.start_time = st.number_input("Set Countdown Time (in seconds)", min_value=0, max_value=7200, value=10)
70
 
71
  # Two columns: one for current time and buttons, another for circular progress
72
  col1, col2 = st.columns([2, 1])