Spaces:
Sleeping
Sleeping
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -787,9 +787,9 @@ def explanation_questions():
|
|
| 787 |
st.warning("لطفاً به سوال تکمیلی چهارم پاسخ دهید")
|
| 788 |
elif st.session_state.explanation_received == "بله" and st.session_state.explanation_type is None:
|
| 789 |
st.warning("لطفاً به سوال تکمیلی پنجم پاسخ دهید")
|
| 790 |
-
|
| 791 |
-
|
| 792 |
-
|
| 793 |
|
| 794 |
|
| 795 |
def demographic_form():
|
|
|
|
| 787 |
st.warning("لطفاً به سوال تکمیلی چهارم پاسخ دهید")
|
| 788 |
elif st.session_state.explanation_received == "بله" and st.session_state.explanation_type is None:
|
| 789 |
st.warning("لطفاً به سوال تکمیلی پنجم پاسخ دهید")
|
| 790 |
+
else:
|
| 791 |
+
st.session_state.current_page = "demographic"
|
| 792 |
+
st.rerun()
|
| 793 |
|
| 794 |
|
| 795 |
def demographic_form():
|