Spaces:
Sleeping
Sleeping
solve key conflict
Browse files
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="
|
| 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")
|