Update app.py
Browse files
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>π
|
| 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>π
|
| 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)
|