GSMEthesis commited on
Commit
c24141e
·
verified ·
1 Parent(s): 1084301

Update app.py

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