linx5o commited on
Commit
7e876f8
·
1 Parent(s): acb586b

removed check

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1438,9 +1438,9 @@ if st.session_state["experiment"] is not None:
1438
  time.sleep(1)
1439
 
1440
  # Check if all is None
1441
- if temp_graph is None and od_graph is None and norm_od_graph is None and growth_rate_graph is None:
1442
- st.error("Failed to retrieve data.")
1443
- st.stop()
1444
 
1445
  if len(temp_graph) != 0:
1446
 
 
1438
  time.sleep(1)
1439
 
1440
  # Check if all is None
1441
+ # if temp_graph is None and od_graph is None and norm_od_graph is None and growth_rate_graph is None:
1442
+ # st.error("Failed to retrieve data.")
1443
+ # st.stop()
1444
 
1445
  if len(temp_graph) != 0:
1446