Lilli98 commited on
Commit
82b7b53
verified
1 Parent(s): b8b4d9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.':