Spaces:
Paused
Paused
Maryam Ilka commited on
Update app.py
Browse files
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
|