Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def verify_password(stored_password, provided_password):
|
|
67 |
|
68 |
def auth():
|
69 |
if st.session_state.user is None:
|
70 |
-
st.subheader("Welcome to the
|
71 |
|
72 |
# Instructions
|
73 |
with st.expander("How to Use This App", expanded=True):
|
|
|
67 |
|
68 |
def auth():
|
69 |
if st.session_state.user is None:
|
70 |
+
st.subheader("Welcome to the HeadPeace")
|
71 |
|
72 |
# Instructions
|
73 |
with st.expander("How to Use This App", expanded=True):
|