linx5o commited on
Commit
9e43a3e
·
1 Parent(s): e62cde7

removed draw graphs

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -1257,14 +1257,14 @@ if st.session_state["experiment"] is not None:
1257
  # get_graph(placeholder)
1258
 
1259
  while True:
1260
- if st.session_state.get("df", None) is not None:
1261
- placeholder.line_chart(st.session_state["df"], x_label="Time", y_label="Temperature (°C)")
1262
- if st.session_state.get("df2", None) is not None:
1263
- placeholder2.line_chart(st.session_state["df2"], x_label="Time", y_label="OD Reading")
1264
- if st.session_state.get("df3", None) is not None:
1265
- placeholder3.line_chart(st.session_state["df3"], x_label="Time", y_label="Normalized OD Reading")
1266
- if st.session_state.get("df4", None) is not None:
1267
- placeholder4.line_chart(st.session_state["df4"], x_label="Time", y_label="Growth Rate")
1268
 
1269
  temp_graph = None
1270
  od_graph = None
 
1257
  # get_graph(placeholder)
1258
 
1259
  while True:
1260
+ # if st.session_state.get("df", None) is not None:
1261
+ # placeholder.line_chart(st.session_state["df"], x_label="Time", y_label="Temperature (°C)")
1262
+ # if st.session_state.get("df2", None) is not None:
1263
+ # placeholder2.line_chart(st.session_state["df2"], x_label="Time", y_label="OD Reading")
1264
+ # if st.session_state.get("df3", None) is not None:
1265
+ # placeholder3.line_chart(st.session_state["df3"], x_label="Time", y_label="Normalized OD Reading")
1266
+ # if st.session_state.get("df4", None) is not None:
1267
+ # placeholder4.line_chart(st.session_state["df4"], x_label="Time", y_label="Growth Rate")
1268
 
1269
  temp_graph = None
1270
  od_graph = None