Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -963,7 +963,7 @@ def show_explanation(exp_type):
|
|
| 963 |
st.markdown(f"<p class='explanation-item'>• {item}</p>", unsafe_allow_html=True)
|
| 964 |
|
| 965 |
elif exp_type == "counterfactual":
|
| 966 |
-
st.markdown("<p class='explanation-title'>علت قیمت گذاری:</p>", unsafe_allow_html=True)
|
| 967 |
for item in explanations.get(exp_type, []):
|
| 968 |
st.markdown(f"<p class='explanation-item'>• {item}</p>", unsafe_allow_html=True)
|
| 969 |
|
|
|
|
| 963 |
st.markdown(f"<p class='explanation-item'>• {item}</p>", unsafe_allow_html=True)
|
| 964 |
|
| 965 |
elif exp_type == "counterfactual":
|
| 966 |
+
st.markdown("<p class='explanation-title'>توضیح رهیار درمورد علت قیمت گذاری:</p>", unsafe_allow_html=True)
|
| 967 |
for item in explanations.get(exp_type, []):
|
| 968 |
st.markdown(f"<p class='explanation-item'>• {item}</p>", unsafe_allow_html=True)
|
| 969 |
|