Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def show_mbti_quiz():
|
|
121 |
# Main function to display the app
|
122 |
def main():
|
123 |
# Add instructions to the sidebar
|
124 |
-
with st.sidebar.expander("How This App Works", expanded=
|
125 |
st.write("""
|
126 |
### FlexTemp Personality Test
|
127 |
This app is designed to help you determine your MBTI personality type based on your answers to a series of questions. The process works as follows:
|
|
|
121 |
# Main function to display the app
|
122 |
def main():
|
123 |
# Add instructions to the sidebar
|
124 |
+
with st.sidebar.expander("How This App Works", expanded=False):
|
125 |
st.write("""
|
126 |
### FlexTemp Personality Test
|
127 |
This app is designed to help you determine your MBTI personality type based on your answers to a series of questions. The process works as follows:
|