Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -620,7 +620,7 @@ if st.session_state.get('initialization_error'):
|
|
| 620 |
|
| 621 |
# --- Consent Form Display Logic ---
|
| 622 |
elif not st.session_state['consent_given']:
|
| 623 |
-
st.header("馃摑 Participant Consent Form
|
| 624 |
st.markdown("""
|
| 625 |
**Project Title:** Behavioural Contagion or Rational Alignment? Human Performance in LLM Supply Chains
|
| 626 |
|
|
@@ -652,7 +652,7 @@ elif not st.session_state['consent_given']:
|
|
| 652 |
index=None,
|
| 653 |
key='consent_radio'
|
| 654 |
)
|
| 655 |
-
submit_button = st.form_submit_button("Continue
|
| 656 |
|
| 657 |
if submit_button:
|
| 658 |
if consent_choice == 'Yes, I agree to participate in this study.':
|
|
|
|
| 620 |
|
| 621 |
# --- Consent Form Display Logic ---
|
| 622 |
elif not st.session_state['consent_given']:
|
| 623 |
+
st.header("馃摑 Participant Consent Form")
|
| 624 |
st.markdown("""
|
| 625 |
**Project Title:** Behavioural Contagion or Rational Alignment? Human Performance in LLM Supply Chains
|
| 626 |
|
|
|
|
| 652 |
index=None,
|
| 653 |
key='consent_radio'
|
| 654 |
)
|
| 655 |
+
submit_button = st.form_submit_button("Continue")
|
| 656 |
|
| 657 |
if submit_button:
|
| 658 |
if consent_choice == 'Yes, I agree to participate in this study.':
|