emvecchi commited on
Commit
695baf2
1 Parent(s): 0626988

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -127,7 +127,7 @@ Please indicate, in the box below, that you are at least 18 years old, have read
127
  - *I agree to participate in this research and I want to continue with the survey.*
128
  '''
129
  guidelines_text = 'Please read <a href="https://acrobat.adobe.com/id/urn:aaid:sc:EU:1a1347b0-3423-49ee-aa28-87679f8a69c0">the guidelines</a>'
130
- study_code = 'some code here'
131
 
132
  intro_fields: List[Field] = [
133
  Field(type="container", title="**Introductory Questions**", children=[
@@ -455,7 +455,7 @@ elif st.session_state.current_index < len(st.session_state.data):
455
  show_fields(fields)
456
 
457
  else:
458
- st.write(f"Thank you for taking part in this study! [Click here]({redirect_url}) to complete the study.")
459
 
460
  # Navigation buttons
461
  if st.session_state.current_index > 0:
 
127
  - *I agree to participate in this research and I want to continue with the survey.*
128
  '''
129
  guidelines_text = 'Please read <a href="https://acrobat.adobe.com/id/urn:aaid:sc:EU:1a1347b0-3423-49ee-aa28-87679f8a69c0">the guidelines</a>'
130
+ study_code = 'CE552C7F'
131
 
132
  intro_fields: List[Field] = [
133
  Field(type="container", title="**Introductory Questions**", children=[
 
455
  show_fields(fields)
456
 
457
  else:
458
+ st.write(f"Thank you for taking part in this study! [Click here]({https://app.prolific.com/submissions/complete?cc=CE552C7F}) to complete the study.")
459
 
460
  # Navigation buttons
461
  if st.session_state.current_index > 0: