Sephfox commited on
Commit
b93e698
·
verified ·
1 Parent(s): 5e7860c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -255,7 +255,7 @@ def update_chart():
255
  # Clear existing traces
256
  st.session_state.fig.data = []
257
 
258
- if st.session_state.running and st.session_state.env is not None:
259
  st.session_state.env.update()
260
  update_chart()
261
 
 
255
  # Clear existing traces
256
  st.session_state.fig.data = []
257
 
258
+ if st.session_state.running and st.session_state.env is not None:
259
  st.session_state.env.update()
260
  update_chart()
261