Maryam Ilka commited on
Commit
2bcc62f
·
verified ·
1 Parent(s): 2fea1b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -677,8 +677,8 @@ def explanation_questions():
677
  "price": st.session_state.price,
678
  "user_contact": st.session_state.get("user_contact", ""),
679
  "price_accepted": st.session_state.get("price_accepted", 0),
680
- "attention_check1": attention_check1,
681
- "attention_check2": attention_check2,
682
  "explanation_received": explanation_received,
683
  "explanation_type": explanation_type if explanation_received == "بله" else "N/A",
684
  **st.session_state.demographic_data
 
677
  "price": st.session_state.price,
678
  "user_contact": st.session_state.get("user_contact", ""),
679
  "price_accepted": st.session_state.get("price_accepted", 0),
680
+ "attention_check1": st.session_state.get("attention_check1", ""),
681
+ "attention_check2": st.session_state.get("attention_check2", ""),
682
  "explanation_received": explanation_received,
683
  "explanation_type": explanation_type if explanation_received == "بله" else "N/A",
684
  **st.session_state.demographic_data