Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -568,10 +568,10 @@ elif st.session_state.current_index < len(st.session_state.data):
|
|
568 |
with st.form("data_form"+str(st.session_state.current_index)):
|
569 |
show_fields(fields)
|
570 |
|
571 |
-
elif st.session_state.current_index == len(st.session_state.data):
|
572 |
-
add_annotation_guidelines()
|
573 |
-
with st.form("intro_form"):
|
574 |
-
show_fields(concluding_fields)
|
575 |
|
576 |
else:
|
577 |
st.write(f"Thank you for taking part in this study! [Click here]({redirect_url}) to complete the study or copy and paste this code back to finish the study: {study_code}")
|
|
|
568 |
with st.form("data_form"+str(st.session_state.current_index)):
|
569 |
show_fields(fields)
|
570 |
|
571 |
+
#elif st.session_state.current_index == len(st.session_state.data):
|
572 |
+
# add_annotation_guidelines()
|
573 |
+
# with st.form("intro_form"):
|
574 |
+
# show_fields(concluding_fields)
|
575 |
|
576 |
else:
|
577 |
st.write(f"Thank you for taking part in this study! [Click here]({redirect_url}) to complete the study or copy and paste this code back to finish the study: {study_code}")
|