MK-316 commited on
Commit
a94c22f
1 Parent(s): db80def

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from datetime import datetime
5
  import matplotlib.pyplot as plt
6
 
7
  # Set page configuration
8
- st.set_page_config(page_title="MK316 Quiet Timer", layout="centered")
9
 
10
  # Initialize session state for countdown
11
  if "countdown_started" not in st.session_state:
 
5
  import matplotlib.pyplot as plt
6
 
7
  # Set page configuration
8
+ st.set_page_config(page_title="MK316 Customized Timer", layout="centered")
9
 
10
  # Initialize session state for countdown
11
  if "countdown_started" not in st.session_state: