Maryam Ilka commited on
Commit
8b5772d
·
verified ·
1 Parent(s): 32253c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"