Spaces:
Sleeping
Sleeping
Maryam Ilka commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -612,8 +612,8 @@ def attention_check1():
|
|
| 612 |
key="att1_radio"
|
| 613 |
)
|
| 614 |
|
| 615 |
-
if st.button("ادامه", key="continue_green", type="primary",
|
| 616 |
-
|
| 617 |
if answer:
|
| 618 |
st.session_state.attention_check1 = answer # ذخیره پاسخ در session_state
|
| 619 |
st.session_state.current_page = "random_likert_questions"
|
|
|
|
| 612 |
key="att1_radio"
|
| 613 |
)
|
| 614 |
|
| 615 |
+
if st.button("ادامه", key="continue_green", type="primary", use_container_width=True,
|
| 616 |
+
kwargs={"class": "green-btn"}):
|
| 617 |
if answer:
|
| 618 |
st.session_state.attention_check1 = answer # ذخیره پاسخ در session_state
|
| 619 |
st.session_state.current_page = "random_likert_questions"
|