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

solve key conflict

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1239,7 +1239,7 @@ if st.session_state["experiment"] is not None:
1239
  temp_graph_actual = []
1240
 
1241
  st.subheader("Temperature Graph")
1242
- amount_of_data = st.radio("Amount of data", ["1 hour", "24 hours", "All data"], index=1, key="temp")
1243
  placeholder = st.empty()
1244
 
1245
  st.subheader("OD Reading Graph")
 
1239
  temp_graph_actual = []
1240
 
1241
  st.subheader("Temperature Graph")
1242
+ amount_of_data = st.radio("Amount of data", ["1 hour", "24 hours", "All data"], index=1, key="temperature")
1243
  placeholder = st.empty()
1244
 
1245
  st.subheader("OD Reading Graph")