jostlebot commited on
Commit
18cf37f
·
1 Parent(s): fa635ad

Update setup instructions to be clear for both mobile and desktop users

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,7 +91,7 @@ if not st.session_state.setup_complete:
91
  - **Disorganized** – "I want closeness, but I also feel overwhelmed or mistrusting."
92
  - **Secure** – "I can handle conflict and connection without losing myself."
93
 
94
- Open the menu at the top left to begin your practice session.
95
  """)
96
 
97
  # Sidebar with setup form
@@ -174,7 +174,7 @@ Begin the simulation based on the scenario."""
174
 
175
  # Display simulation status
176
  if not st.session_state.setup_complete:
177
- st.info("Open the menu at the top left to complete the simulation setup.")
178
  else:
179
  # Display chat history
180
  # Filter out system message for display purposes
 
91
  - **Disorganized** – "I want closeness, but I also feel overwhelmed or mistrusting."
92
  - **Secure** – "I can handle conflict and connection without losing myself."
93
 
94
+ Complete the simulation setup in the sidebar (desktop) or menu ☰ (mobile) to begin your practice session.
95
  """)
96
 
97
  # Sidebar with setup form
 
174
 
175
  # Display simulation status
176
  if not st.session_state.setup_complete:
177
+ st.info("Complete the simulation setup in the sidebar (desktop) or menu (mobile).")
178
  else:
179
  # Display chat history
180
  # Filter out system message for display purposes