Update app.py
Browse files
app.py
CHANGED
@@ -306,7 +306,7 @@ st.session_state.predation = st.sidebar.checkbox("Enable Predation", value=False
|
|
306 |
st.session_state.symbiosis = st.sidebar.checkbox("Enable Symbiosis", value=False)
|
307 |
|
308 |
# Update the chart placeholder
|
309 |
-
|
310 |
|
311 |
def start_simulation():
|
312 |
st.session_state.running = True
|
|
|
306 |
st.session_state.symbiosis = st.sidebar.checkbox("Enable Symbiosis", value=False)
|
307 |
|
308 |
# Update the chart placeholder
|
309 |
+
chart_placeholder.plotly_chart(st.session_state.fig)
|
310 |
|
311 |
def start_simulation():
|
312 |
st.session_state.running = True
|