Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ def questionnaire():
|
|
154 |
st.session_state.current_question_index -= 1
|
155 |
st.experimental_rerun()
|
156 |
elif next_button.button("Next"):
|
157 |
-
if selected_option == "
|
158 |
st.session_state.answers_other[current_question] = user_answer
|
159 |
|
160 |
else:
|
|
|
154 |
st.session_state.current_question_index -= 1
|
155 |
st.experimental_rerun()
|
156 |
elif next_button.button("Next"):
|
157 |
+
if selected_option == "Not Listed? Enter Your Own":
|
158 |
st.session_state.answers_other[current_question] = user_answer
|
159 |
|
160 |
else:
|