arif670 commited on
Commit
23f50b6
Β·
verified Β·
1 Parent(s): 792370a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,7 +107,7 @@ def main():
107
 
108
  # Authentication Flow
109
  if not st.session_state.authenticated:
110
- st.markdown("<div class='header'><h1>πŸ“‹ To-Do List Management System</h1><h3>Daily Task Monitoring & Productivity Tracking</h3></div>", unsafe_allow_html=True)
111
 
112
  col1, col2 = st.columns(2)
113
  with col1:
@@ -155,7 +155,7 @@ def main():
155
  # Main Application Interface
156
  st.markdown(f"""
157
  <div class='header'>
158
- <h1>πŸ“‹ To-Do List Management System</h1>
159
  <h3>Welcome back, {st.session_state.email} {"πŸ‘‘" if st.session_state.is_admin else ""}</h3>
160
  </div>
161
  """, unsafe_allow_html=True)
 
107
 
108
  # Authentication Flow
109
  if not st.session_state.authenticated:
110
+ st.markdown("<div class='header'><h1>πŸ“‹ DAILY TASK MANAGEMENT AND MONITORING</h1><h3>Daily Task Monitoring & Productivity Tracking</h3></div>", unsafe_allow_html=True)
111
 
112
  col1, col2 = st.columns(2)
113
  with col1:
 
155
  # Main Application Interface
156
  st.markdown(f"""
157
  <div class='header'>
158
+ <h1>πŸ“‹ DAILY TASK MANAGEMENT AND MONITORING</h1>
159
  <h3>Welcome back, {st.session_state.email} {"πŸ‘‘" if st.session_state.is_admin else ""}</h3>
160
  </div>
161
  """, unsafe_allow_html=True)