Maryam Ilka commited on
Commit
97f601b
·
verified ·
1 Parent(s): e8b5c94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "demographic"
236
  st.rerun()
237
 
238
 
 
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