Maryam Ilka commited on
Commit
90f8955
·
verified ·
1 Parent(s): e8c3074

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- st.session_state.current_page = "demographic"
792
- st.rerun()
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():