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 |
|
|
|
|
| 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 |
|