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