jostlebot commited on
Commit
7956f76
Β·
1 Parent(s): 0055742

Change arrow direction to point to sidebar

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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("πŸ‘ˆ Please complete the simulation setup in the sidebar to begin.")
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