jostlebot commited on
Commit
97bb645
·
1 Parent(s): 7956f76

Change arrow direction back to pointing left

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ Begin the simulation based on the scenario."""
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
 
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