shukdevdatta123 commited on
Commit
e76560b
·
verified ·
1 Parent(s): f64ab63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True):
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: