Spaces:
Sleeping
Sleeping
changed names
Browse files
app.py
CHANGED
|
@@ -1289,7 +1289,7 @@ if st.session_state["experiment"] is not None:
|
|
| 1289 |
|
| 1290 |
if waste_submit:
|
| 1291 |
payload = {
|
| 1292 |
-
"command": "
|
| 1293 |
"reactor": reactor,
|
| 1294 |
"experiment": st.session_state["experiment"],
|
| 1295 |
"volume": waste_ml
|
|
@@ -1326,7 +1326,7 @@ if st.session_state["experiment"] is not None:
|
|
| 1326 |
|
| 1327 |
if cycle_submit:
|
| 1328 |
payload = {
|
| 1329 |
-
"command": "
|
| 1330 |
"reactor": reactor,
|
| 1331 |
"experiment": st.session_state["experiment"],
|
| 1332 |
"duration": cycle_s
|
|
|
|
| 1289 |
|
| 1290 |
if waste_submit:
|
| 1291 |
payload = {
|
| 1292 |
+
"command": "pump_remove_media",
|
| 1293 |
"reactor": reactor,
|
| 1294 |
"experiment": st.session_state["experiment"],
|
| 1295 |
"volume": waste_ml
|
|
|
|
| 1326 |
|
| 1327 |
if cycle_submit:
|
| 1328 |
payload = {
|
| 1329 |
+
"command": "circulate_media",
|
| 1330 |
"reactor": reactor,
|
| 1331 |
"experiment": st.session_state["experiment"],
|
| 1332 |
"duration": cycle_s
|