Change arrow direction to point to sidebar
Browse files
app.py
CHANGED
|
@@ -90,8 +90,6 @@ 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 |
-
π **Scroll down to see the simulation setup in the sidebar to begin!**
|
| 95 |
""")
|
| 96 |
|
| 97 |
# Sidebar with setup form
|
|
@@ -174,7 +172,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
|
|
|
|
| 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 |
|
| 173 |
# Display simulation status
|
| 174 |
if not st.session_state.setup_complete:
|
| 175 |
+
st.info("π Please complete the simulation setup in the sidebar to begin.")
|
| 176 |
else:
|
| 177 |
# Display chat history
|
| 178 |
# Filter out system message for display purposes
|