Spaces:
Sleeping
Sleeping
Update src/exp2-pilot.py
Browse files- src/exp2-pilot.py +4 -0
src/exp2-pilot.py
CHANGED
|
@@ -675,8 +675,12 @@ if st.session_state.step == "worker_id_input":
|
|
| 675 |
|
| 676 |
elif st.session_state.step == "instructions_1":
|
| 677 |
instructions_1()
|
|
|
|
|
|
|
| 678 |
elif st.session_state.step == "instructions_2":
|
| 679 |
instructions_2()
|
|
|
|
|
|
|
| 680 |
elif st.session_state.step == "training":
|
| 681 |
training()
|
| 682 |
|
|
|
|
| 675 |
|
| 676 |
elif st.session_state.step == "instructions_1":
|
| 677 |
instructions_1()
|
| 678 |
+
st.stop()
|
| 679 |
+
|
| 680 |
elif st.session_state.step == "instructions_2":
|
| 681 |
instructions_2()
|
| 682 |
+
st.stop()
|
| 683 |
+
|
| 684 |
elif st.session_state.step == "training":
|
| 685 |
training()
|
| 686 |
|