Spaces:
Sleeping
Sleeping
Update src/exp2-pilot.py
Browse files- src/exp2-pilot.py +5 -3
src/exp2-pilot.py
CHANGED
|
@@ -285,11 +285,10 @@ if 'worker_id' not in st.session_state or 'df' not in st.session_state:
|
|
| 285 |
st.stop()
|
| 286 |
|
| 287 |
|
| 288 |
-
st.title("Experiment 2: LLM Scene Abstraction Evaluation")
|
| 289 |
-
|
| 290 |
# **STEP 1: Instructions Page**
|
| 291 |
if st.session_state.step == "instructions_1":
|
| 292 |
|
|
|
|
| 293 |
st.header("📖 Instructions (1/2)")
|
| 294 |
st.write("""
|
| 295 |
Welcome to Experiment 2! Here’s how it works:
|
|
@@ -327,6 +326,7 @@ if st.session_state.step == "instructions_1":
|
|
| 327 |
|
| 328 |
elif st.session_state.step == "instructions_2":
|
| 329 |
|
|
|
|
| 330 |
st.header("📖 Instructions (2/2)")
|
| 331 |
st.write("""
|
| 332 |
<b>Placeholder notation guide</b><br>
|
|
@@ -355,6 +355,9 @@ elif st.session_state.step == "instructions_2":
|
|
| 355 |
st.stop()
|
| 356 |
|
| 357 |
elif st.session_state.step == "training":
|
|
|
|
|
|
|
|
|
|
| 358 |
stimuli = stimuli_list
|
| 359 |
idx = st.session_state.training_index
|
| 360 |
|
|
@@ -649,4 +652,3 @@ elif st.session_state.step == "training":
|
|
| 649 |
st.rerun()
|
| 650 |
st.stop()
|
| 651 |
|
| 652 |
-
|
|
|
|
| 285 |
st.stop()
|
| 286 |
|
| 287 |
|
|
|
|
|
|
|
| 288 |
# **STEP 1: Instructions Page**
|
| 289 |
if st.session_state.step == "instructions_1":
|
| 290 |
|
| 291 |
+
st.title("Experiment 2: LLM Scene Abstraction Evaluation")
|
| 292 |
st.header("📖 Instructions (1/2)")
|
| 293 |
st.write("""
|
| 294 |
Welcome to Experiment 2! Here’s how it works:
|
|
|
|
| 326 |
|
| 327 |
elif st.session_state.step == "instructions_2":
|
| 328 |
|
| 329 |
+
st.title("Experiment 2: LLM Scene Abstraction Evaluation")
|
| 330 |
st.header("📖 Instructions (2/2)")
|
| 331 |
st.write("""
|
| 332 |
<b>Placeholder notation guide</b><br>
|
|
|
|
| 355 |
st.stop()
|
| 356 |
|
| 357 |
elif st.session_state.step == "training":
|
| 358 |
+
|
| 359 |
+
st.title("Experiment 2: LLM Scene Abstraction Evaluation")
|
| 360 |
+
|
| 361 |
stimuli = stimuli_list
|
| 362 |
idx = st.session_state.training_index
|
| 363 |
|
|
|
|
| 652 |
st.rerun()
|
| 653 |
st.stop()
|
| 654 |
|
|
|