Maryam Ilka commited on
Commit
15a4217
·
verified ·
1 Parent(s): 2fcbac2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -232,7 +232,7 @@ def welcome_page():
232
  """, unsafe_allow_html=True)
233
 
234
  if st.button("شروع پرسشنامه", key="start_btn", type="primary"):
235
- st.session_state.current_page = "user_contact"
236
  st.rerun()
237
 
238
 
@@ -253,7 +253,7 @@ def user_contact():
253
 
254
  if st.button("ادامه", key="continue_btn", type="primary"): # تغییر کلید
255
  st.session_state.user_contact = contact_info
256
- st.session_state.current_page = "demographic_form"
257
  st.rerun()
258
 
259
  def demographic_form():
 
232
  """, unsafe_allow_html=True)
233
 
234
  if st.button("شروع پرسشنامه", key="start_btn", type="primary"):
235
+ st.session_state.current_page = "contact"
236
  st.rerun()
237
 
238
 
 
253
 
254
  if st.button("ادامه", key="continue_btn", type="primary"): # تغییر کلید
255
  st.session_state.user_contact = contact_info
256
+ st.session_state.current_page = "demographic"
257
  st.rerun()
258
 
259
  def demographic_form():