Maryam Ilka commited on
Commit
c3b19a3
·
verified ·
1 Parent(s): 7063da5

Update app.py

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