Maryam Ilka commited on
Commit
1abee44
·
verified ·
1 Parent(s): c9d4d91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -612,7 +612,8 @@ def attention_check1():
612
  key="att1_radio"
613
  )
614
 
615
- if st.button("ادامه", key="continue_green", type="primary", kwargs={"class": "green-btn"}):
 
616
  if answer:
617
  st.session_state.attention_check1 = answer # ذخیره پاسخ در session_state
618
  st.session_state.current_page = "random_likert_questions"
 
612
  key="att1_radio"
613
  )
614
 
615
+ if st.button("ادامه", key="continue_green", type="primary",
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"