Change arrow direction back to pointing left
Browse files
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("
|
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
|