Spaces:
Running
Running
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -610,7 +610,7 @@ def attention_check1():
|
|
| 610 |
key="att1_radio"
|
| 611 |
)
|
| 612 |
|
| 613 |
-
if st.button("ادامه", key="continue_green")
|
| 614 |
if answer:
|
| 615 |
st.session_state.attention_check1 = answer # ذخیره پاسخ در session_state
|
| 616 |
st.session_state.current_page = "random_likert_questions"
|
|
|
|
| 610 |
key="att1_radio"
|
| 611 |
)
|
| 612 |
|
| 613 |
+
if st.button("ادامه", key="continue_green"):
|
| 614 |
if answer:
|
| 615 |
st.session_state.attention_check1 = answer # ذخیره پاسخ در session_state
|
| 616 |
st.session_state.current_page = "random_likert_questions"
|