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

Update app.py

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