Sephfox commited on
Commit
710400f
·
verified ·
1 Parent(s): b93e698

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- chart_placeholder.plotly_chart(st.session_state.fig)
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