Update setup instructions to be clear for both mobile and desktop users
Browse files
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 |
-
|
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("
|
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
|