Spaces:
Sleeping
Sleeping
Maryam Ilka commited on
Update app.py
Browse files
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 = "
|
| 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 = "
|
| 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():
|