Update welcome message to be more mobile-friendly
Browse files
app.py
CHANGED
@@ -90,6 +90,8 @@ if not st.session_state.setup_complete:
|
|
90 |
- **Avoidant** – "I'd rather handle things alone than depend on others."
|
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 |
# Sidebar with setup form
|
@@ -172,7 +174,7 @@ Begin the simulation based on the scenario."""
|
|
172 |
|
173 |
# Display simulation status
|
174 |
if not st.session_state.setup_complete:
|
175 |
-
st.info("
|
176 |
else:
|
177 |
# Display chat history
|
178 |
# Filter out system message for display purposes
|
|
|
90 |
- **Avoidant** – "I'd rather handle things alone than depend on others."
|
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 |
|
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
|